feat(ci): Automatic categories in generated release notes (#5684)

* feat(ci): Automatic categories in generated release notes

* ci: Enforce PR labels

* chore: Job name

* fix: Label names
This commit is contained in:
bo0tzz
2023-12-14 20:54:37 +01:00
committed by GitHub
parent d729c863c8
commit e4ee224e16
3 changed files with 41 additions and 1 deletions

13
.github/workflows/pr-require-label.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
name: Enforce label
runs-on: ubuntu-latest
steps:
- if: toJson(github.event.pull_request.labels) == '[]'
run: exit 1