We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d07da1c + 9d5dfb1 commit 263f9baCopy full SHA for 263f9ba
.github/workflows/autoclose.yml
@@ -0,0 +1,11 @@
1
+name: Auto-close External Pull Requests
2
+
3
+on:
4
+ pull_request_target:
5
+ types: [opened, reopened]
6
7
+jobs:
8
+ auto_close:
9
+ uses: appwrite/.github/.github/workflows/autoclose.yml@main
10
+ secrets:
11
+ GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}
0 commit comments