dependabot[bot] 7954f3d89e
ci: bump actions/labeler from 3 to 4 (#716)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 21:13:47 +09:00

14 lines
236 B
YAML

name: "Pull Request Labeler"
# https://github.com/actions/labeler
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-18.04
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GH_PAT }}"