We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec19c8e commit c5244f9Copy full SHA for c5244f9
templates/dart/.github/workflows/autoclose.yml
@@ -6,6 +6,7 @@ on:
6
7
jobs:
8
auto_close:
9
+ if: github.head_ref != 'dev'
10
uses: appwrite/.github/.github/workflows/autoclose.yml@main
11
secrets:
12
GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}
0 commit comments