d4057c3eb6
according to the paths they touch.
16 lines
307 B
YAML
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
|