Skip to content

Commit

Permalink
build(deps): bump actions/labeler from 4.0.1 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@e54e5b3...5c75392)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2022
1 parent 98f3e84 commit 0c55bd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ permissions:

jobs:
triage:
if: github.event.repository.name != 'systemd-security'
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/labeler@9fd24f1f9d6ceb64ba34d181b329ee72f99978a0
- uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
Expand Down

0 comments on commit 0c55bd3

Please sign in to comment.