0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-20 04:12:14 +02:00
UrlChecker/.github/workflows/labeler.yml
dependabot[bot] 996d1d91eb 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-06 17:46:28 +01:00

37 lines
1.0 KiB
YAML

# Made with love
#
# This workflow uses actions that are not certified by GitHub.
#
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# see https://github.com/actions/labeler
# for more informations
#
# For most projects, this workflow file will not need changing; you simply need:
# 1 - commit this file to your repository into the '.github/workflows' folder.
# 2 - commit the 'labeler.yml' configuration file into the '.github' folder.
#
# You probably want to add, replace or delete labels,
# remember to check this configuration file.
#
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
# Check if you have enabled tokens for your repository
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# This removes the label if the change(s) are undone in the PR
sync-labels: true