Skip to content

Commit ae6d44b

Browse files
authored
Merge pull request #1118 from appwrite/add-autoclose-whitelist
chore: add whitelist to autoclose workflow
2 parents ec19c8e + 15b24a3 commit ae6d44b

File tree

18 files changed

+18
-0
lines changed

18 files changed

+18
-0
lines changed

templates/android/.github/workflows/autoclose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
auto_close:
9+
if: github.head_ref != 'dev'
910
uses: appwrite/.github/.github/workflows/autoclose.yml@main
1011
secrets:
1112
GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}

templates/apple/.github/workflows/autoclose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
auto_close:
9+
if: github.head_ref != 'dev'
910
uses: appwrite/.github/.github/workflows/autoclose.yml@main
1011
secrets:
1112
GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}

templates/cli/.github/workflows/autoclose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
auto_close:
9+
if: github.head_ref != 'dev'
910
uses: appwrite/.github/.github/workflows/autoclose.yml@main
1011
secrets:
1112
GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}

templates/dart/.github/workflows/autoclose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
auto_close:
9+
if: github.head_ref != 'dev'
910
uses: appwrite/.github/.github/workflows/autoclose.yml@main
1011
secrets:
1112
GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}

templates/deno/.github/workflows/autoclose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
auto_close:
9+
if: github.head_ref != 'dev'
910
uses: appwrite/.github/.github/workflows/autoclose.yml@main
1011
secrets:
1112
GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}

templates/dotnet/.github/workflows/autoclose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
auto_close:
9+
if: github.head_ref != 'dev'
910
uses: appwrite/.github/.github/workflows/autoclose.yml@main
1011
secrets:
1112
GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}

templates/flutter/.github/workflows/autoclose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
auto_close:
9+
if: github.head_ref != 'dev'
910
uses: appwrite/.github/.github/workflows/autoclose.yml@main
1011
secrets:
1112
GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}

templates/go/.github/workflows/autoclose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
auto_close:
9+
if: github.head_ref != 'dev'
910
uses: appwrite/.github/.github/workflows/autoclose.yml@main
1011
secrets:
1112
GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}

templates/graphql/.github/workflows/autoclose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
auto_close:
9+
if: github.head_ref != 'dev'
910
uses: appwrite/.github/.github/workflows/autoclose.yml@main
1011
secrets:
1112
GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}

templates/kotlin/.github/workflows/autoclose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
auto_close:
9+
if: github.head_ref != 'dev'
910
uses: appwrite/.github/.github/workflows/autoclose.yml@main
1011
secrets:
1112
GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}

0 commit comments

Comments
 (0)