gluon/.github/workflows/labels.yml
Martin Weinelt d4057c3eb6
.github/labeler.yml: auto label pull requests
according to the paths they touch.
2021-05-14 01:31:14 +02:00

16 lines
307 B
YAML

name: "Label PRs"
on:
# only execute base branch actions
pull_request_target:
jobs:
labels:
runs-on: ubuntu-latest
if: github.repository_owner == 'freifunk-gluon'
steps:
- uses: actions/labeler@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true