Merge pull request #213 from appwrite/EVDOG4LIFE-patch-1

Autoclose Workflow
This commit is contained in:
Steven Nguyen
2024-07-30 17:51:19 -07:00
committed by GitHub
+11
View File
@@ -0,0 +1,11 @@
name: Auto-close External Pull Requests
on:
pull_request_target:
types: [opened, reopened]
jobs:
auto_close:
uses: appwrite/.github/.github/workflows/autoclose.yml@main
secrets:
GH_AUTO_CLOSE_PR_TOKEN: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}