ci(labeler): Fix permission issue and continue on failure

This commit is contained in:
TwiN 2025-03-06 21:44:41 -05:00 committed by GitHub
parent e3e951aec8
commit da3607106c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}