mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-09-18 01:17:05 +08:00
Update verify-pr.yml (#187)
This commit is contained in:
6
.github/workflows/verify-pr.yml
vendored
6
.github/workflows/verify-pr.yml
vendored
@@ -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 }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user