Update verify-pr.yml (#187)
This commit is contained in:
parent
ec213f5df8
commit
cbb441395c
|
@ -1,12 +1,16 @@
|
|||
name: Verify PR
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- domain.txt
|
||||
- mirror.txt
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue