Skip to content

Commit

Permalink
ci: update pull request labeler
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Ziegner <[email protected]>
  • Loading branch information
Norman Ziegner committed Mar 19, 2024
1 parent b21f503 commit d833c2a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ on:
jobs:
labeler:
runs-on: "ubuntu-22.04"
permissions:
contents: "read"
pull-requests: "write"
steps:
- uses: "actions/labeler@v5"
- name: "Check out the codebase."
uses: "actions/checkout@v4"

- uses: "actions/[email protected]"
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit d833c2a

Please sign in to comment.