Skip to content

Commit

Permalink
chore(ci): allow appropriate job in labeler workflow the write perms …
Browse files Browse the repository at this point in the history
…it needs (#3886)

Closes: #3884
  • Loading branch information
trentm authored Feb 27, 2024
1 parent c5ae635 commit 88bfcfc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: Add agent-nodejs label
- name: Add agent-nodejs label to this issue/PR
uses: AlexanderWert/issue-labeler@v2.3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler-config.yml
enable-versioned-regex: 0
permissions:
issues: write
pull-requests: write
- name: Check team membership for user
uses: elastic/get-user-teams-membership@1.1.0
id: checkUserMember
Expand Down

0 comments on commit 88bfcfc

Please sign in to comment.