Skip to content

Commit

Permalink
chore: use conventional pull request labels
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Feb 12, 2025
1 parent ce1e758 commit c1dec94
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/conventional-label.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# automatic labelling of pull request based on conventional commit names in the PR titles
# see https://github.com/marketplace/actions/conventional-release-labels

on:
pull_request_target:
types: [ opened, edited ]
name: conventional-release-labels
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: bcoe/conventional-release-labels@v1

0 comments on commit c1dec94

Please sign in to comment.