Files
schemastore/.github/workflows/labeler.yml
Gerry Ferdinandus d5785ad822 Update github workflow actions/ (#2217)
These action programs no longer use the deprecated node 12 LTS.
Therefore, the version number is incremented.
2022-04-30 21:34:31 +02:00

13 lines
239 B
YAML

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true