infra/.github/workflows/labels.yml
dependabot[bot] 8c72d74d9b build(deps): bump actions/labeler from 4 to 5
Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 03:12:08 +00:00

13 lines
224 B
YAML

name: "labels"
on:
pull_request_target:
jobs:
labels:
runs-on: ubuntu-latest
if: github.repository == 'nix-community/infra'
steps:
- uses: actions/labeler@v5
with:
sync-labels: true