1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/.github/workflows/labeler.yml

17 lines
320 B
YAML
Raw Normal View History

2021-05-17 10:48:17 +02:00
name: pr-labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
merge_group:
2021-05-17 10:48:17 +02:00
jobs:
triage:
runs-on: ubuntu-latest
if: github.event_name != 'merge_group'
2021-05-17 10:48:17 +02:00
steps:
- uses: actions/labeler@v4
2021-05-17 10:48:17 +02:00
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true