ci: assign automatically labels to PRs based on conventional commits

This commit is contained in:
Mateusz Filipowicz
2025-02-07 15:19:21 +01:00
parent f794153790
commit 3db2b31f6f

View File

@@ -0,0 +1,12 @@
---
name: conventional-commits
on:
pull_request_target:
types:
- opened
- edited
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: "bcoe/conventional-release-labels@v1"