Skip to content

Commit

Permalink
fix(gha): fix more perms issues (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizthegrey authored Dec 11, 2023
1 parent 8070fbf commit 0ee160c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/apply-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Apply project labels
on: [issues, pull_request_target, label]
jobs:
apply-labels:
runs-on: ubuntu-latest
name: Apply common project labels
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: honeycombio/oss-management/labels@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/validate-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: amannn/action-semantic-pull-request@v5
id: lint_pr_title
Expand Down

0 comments on commit 0ee160c

Please sign in to comment.