File: pr-labels.yaml

package info (click to toggle)
python-aiohue 4.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 612 kB
  • sloc: python: 4,444; sh: 30; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
name: PR Labels

# yamllint disable-line rule:truthy
on:
  pull_request:
    types:
      - synchronize
      - labeled
      - unlabeled
    branches:
      - main

jobs:
  pr_labels:
    name: Verify
    runs-on: ubuntu-latest
    steps:
      - name: 🏷 Verify PR has a valid label
        uses: ludeeus/action-require-labels@1.1.0
        with:
          labels: >-
            breaking-change, bugfix, refactor, new-feature, maintenance, ci, dependencies