ci: add job condition for auto assign milestone
This commit is contained in:
parent
ef90f07db8
commit
2000fc31b5
1
.github/workflows/auto-assign-milestone.yml
vendored
1
.github/workflows/auto-assign-milestone.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
jobs:
|
||||
assign_milestone:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
||||
permissions:
|
||||
pull-requests: write
|
||||
issues: write
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user