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

---
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>
2023-06-27 07:25:01 +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@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}