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
|
timeout-minutes: 5
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Label
|
- name: Label
|
||||||
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
TITLE: ${{ github.event.issue.title }}${{ github.event.pull_request.title }}
|
TITLE: ${{ github.event.issue.title }}${{ github.event.pull_request.title }}
|
||||||
BODY: ${{ github.event.issue.body }}${{ github.event.pull_request.body }}
|
BODY: ${{ github.event.issue.body }}${{ github.event.pull_request.body }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user