Skip to content

Commit 0c55bd3

Browse files
build(deps): bump actions/labeler from 4.0.1 to 4.0.2
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]>
1 parent 98f3e84 commit 0c55bd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ permissions:
1212

1313
jobs:
1414
triage:
15+
if: github.event.repository.name != 'systemd-security'
1516
runs-on: ubuntu-latest
1617
permissions:
1718
pull-requests: write
1819
steps:
19-
- uses: actions/labeler@9fd24f1f9d6ceb64ba34d181b329ee72f99978a0
20+
- uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4
2021
with:
2122
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2223
configuration-path: .github/labeler.yml

0 commit comments

Comments
 (0)