File: labels.yml

package info (click to toggle)
dracut 109-11
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 4,864 kB
  • sloc: sh: 24,529; ansic: 5,234; makefile: 346; perl: 186; python: 48; javascript: 19
file content (15 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
name: "Labeler"

# runs on pull_request_target instead of pull_request
# see https://github.com/actions/labeler?tab=readme-ov-file#permissions
on:  # yamllint disable-line rule:truthy
    pull_request_target:

jobs:
    triage:
        runs-on: ubuntu-latest
        steps:
            - uses: actions/labeler@main
              with:
                  repo-token: "${{ secrets.GITHUB_TOKEN }}"