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