Skip to content

Commit c5244f9

Browse files
committed
chore: add whitelist to autoclose workflow in dart
1 parent ec19c8e commit c5244f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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 }}

0 commit comments

Comments
 (0)