We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4a65e commit 128d988Copy full SHA for 128d988
.github/workflows/labeler.yml
@@ -13,7 +13,8 @@ jobs:
13
if: >
14
github.event.pull_request.merged == true &&
15
!startsWith(github.event.pull_request.title, 'chore(deps):') &&
16
- !startsWith(github.event.plul_request.title, 'ci(fix):'
+ !startsWith(github.event.pull_request.title, 'ci(fix):') &&
17
+ !startsWith(github.event.pull_request.title, 'docs(changelog):')
18
with:
19
repo-token: ${{ secrets.GITHUB_TOKEN }}
20
configuration-path: .github/labeler_merged.yml
0 commit comments