mirror of
https://github.com/appwrite/sdk-for-flutter.git
synced 2026-06-06 19:37:52 +00:00
Merge pull request #213 from appwrite/EVDOG4LIFE-patch-1
Autoclose Workflow
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user