* feat!: allow multiple remotes * doc: add fancy emojis * fix: press-dots2-z2m-e2213 * chore: add PR labeling and changelog template
9 lines
193 B
YAML
9 lines
193 B
YAML
on:
|
|
pull_request_target:
|
|
types: [ opened, edited ]
|
|
name: conventional-release-labels
|
|
jobs:
|
|
label:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: bcoe/conventional-release-labels@v1 |