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.
docs
deps
1 parent ce91c1c commit 09f8cb4Copy full SHA for 09f8cb4
.github/workflows/ci.yml
@@ -76,7 +76,9 @@ jobs:
76
if: >
77
github.event_name == 'pull_request' &&
78
!startsWith(github.event.pull_request.title, 'chore') &&
79
- !startsWith(github.event.pull_request.title, 'refactor')
+ !startsWith(github.event.pull_request.title, 'refactor') &&
80
+ !startsWith(github.event.pull_request.title, 'deps') &&
81
+ !startsWith(github.event.pull_request.title, 'docs')
82
run: |
83
git fetch origin master:master
84
./scripts/ensure-version-bump-and-changelog.sh
0 commit comments