Skip to content

Commit

Permalink
upd close master pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinary1 committed Jan 14, 2025
1 parent 0ae8d6a commit e765568
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/close-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
run:
runs-on: ubuntu-latest
if: ${{github.head_ref == 'master' || github.head_ref == 'main' || github.head_ref == 'develop' || github.head_ref == 'Starlight'}}
permissions:
contents: read
pull-requests: write
issues: write

steps:
- uses: superbrothers/close-pull-request@v3
Expand Down

0 comments on commit e765568

Please sign in to comment.