Skip to content

Commit

Permalink
Merge pull request #21 from appwrite/EVDOG4LIFE-patch-1
Browse files Browse the repository at this point in the history
Create autoclose.yml
  • Loading branch information
stnguyen90 authored Jul 31, 2024
2 parents fe476d7 + 7966325 commit 6423c63
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/autoclose.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 6423c63

Please sign in to comment.