Skip to content

Commit

Permalink
Merge pull request #16 from tyg3rr/workflow
Browse files Browse the repository at this point in the history
fix labeler
  • Loading branch information
h3mmy authored Jun 25, 2023
2 parents 9413c33 + 5251c17 commit caf6359
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/meta-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ on: # yamllint disable-line rule:truthy

jobs:
labeler:
permissions:
contents: read
pull-requests: write
name: Labeler
runs-on: ubuntu-latest
steps:

- name: Labeler
uses: actions/labeler@v4
with:
dot: true
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yaml

0 comments on commit caf6359

Please sign in to comment.