Skip to content

Commit 2aa898d

Browse files
authoredJul 31, 2024
Merge pull request #22 from appwrite/EVDOG4LIFE-patch-1
Autoclose Workflow
2 parents 49059ea + 6c13ec2 commit 2aa898d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.github/workflows/autoclose.yml

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.