ci: assign automatically labels to PRs based on conventional commits
This commit is contained in:
12
.github/workflows/conventional-commits.yml
vendored
Normal file
12
.github/workflows/conventional-commits.yml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user