Files
python-sagemcom-api-master/.github/workflows/pr-labeler.yml
dependabot[bot] 5188489066 Bump TimonVS/pr-labeler-action from 4 to 5
Bumps [TimonVS/pr-labeler-action](https://github.com/timonvs/pr-labeler-action) from 4 to 5.
- [Release notes](https://github.com/timonvs/pr-labeler-action/releases)
- [Commits](https://github.com/timonvs/pr-labeler-action/compare/v4...v5)

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

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

13 lines
224 B
YAML

name: PR Labeler
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}