mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-27 19:04:25 +01:00
Merge pull request #2198 from Pwuts/patch-1
fix(pr-label): set job permissions explicitly
This commit is contained in:
3
.github/workflows/pr-label.yml
vendored
3
.github/workflows/pr-label.yml
vendored
@@ -11,6 +11,9 @@ on:
|
||||
jobs:
|
||||
conflicts:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
steps:
|
||||
- name: Update PRs with conflict labels
|
||||
uses: eps1lon/actions-label-merge-conflict@releases/2.x
|
||||
|
||||
Reference in New Issue
Block a user