ci(labeler): Fix permission issue and continue on failure
This commit is contained in:
parent
e3e951aec8
commit
da3607106c
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@ -12,8 +12,10 @@ jobs:
|
||||
timeout-minutes: 5
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- name: Label
|
||||
continue-on-error: true
|
||||
env:
|
||||
TITLE: ${{ github.event.issue.title }}${{ github.event.pull_request.title }}
|
||||
BODY: ${{ github.event.issue.body }}${{ github.event.pull_request.body }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user