Skip to content

Commit

Permalink
[BUG] Add write permission to Buildkite community bot. (elastic#7191)
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut authored Sep 14, 2023
1 parent 4a665a0 commit e46a21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/community_contribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
permissions:
issues: write
pull-requests: read
pull-requests: write
steps:
- name: "Check for org membership"
# https://docs.github.com/en/rest/orgs/members?apiVersion=2022-11-28#check-organization-membership-for-a-user
Expand Down

0 comments on commit e46a21c

Please sign in to comment.