Skip to content

Commit

Permalink
ci: fix pr labeler (cosmos#18710)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Dec 13, 2023
1 parent 570ab64 commit 6951b27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/pr_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
- docker-compose.yml
- scripts/*
"Type: CI":
- .github/**/*.yml
- .github/**
- buf.yaml
- .mergify.yml
- .golangci.yml
6 changes: 3 additions & 3 deletions .github/workflows/pr_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ permissions:
jobs:
labeler:
permissions:
contents: read # for actions/labeler to determine modified files
pull-requests: write # for actions/labeler to add labels to PRs
contents: read # for actions/labeler to determine modified files
pull-requests: write # for actions/labeler to add labels to PRs
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
- uses: actions/labeler@v4 # v5 is broken, ref https://github.com/actions/labeler/issues/712. Do not bump.
with:
configuration-path: .github/pr_labeler.yml
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 6951b27

Please sign in to comment.