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 e4055a0 commit c7db93bCopy full SHA for c7db93b
.github/workflows/changelog-reminder.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Changelog Reminder
12
runs-on: depot-ubuntu-22.04-4
13
# Skip draft PRs and PRs starting with: revert, test, chore, ci, docs, style, build, refactor
14
- if: "!github.event.pull_request.draft && !contains(github.event.pull_request.title, 'revert') && !contains(github.event.pull_request.title, 'test') && !contains(github.event.pull_request.title, 'chore') && !contains(github.event.pull_request.title, 'ci') && !contains(github.event.pull_request.title, 'docs') && !contains(github.event.pull_request.title, 'style') && !contains(github.event.pull_request.title, 'build') && !contains(github.event.pull_request.title, 'refactor')"
+ if: ${{ !github.event.pull_request.draft && !contains(github.event.pull_request.title, 'revert') && !contains(github.event.pull_request.title, 'test') && !contains(github.event.pull_request.title, 'chore') && !contains(github.event.pull_request.title, 'ci') && !contains(github.event.pull_request.title, 'docs') && !contains(github.event.pull_request.title, 'style') && !contains(github.event.pull_request.title, 'build') && !contains(github.event.pull_request.title, 'refactor') }}
15
steps:
16
- uses: actions/checkout@v4
17
- uses: mskelton/changelog-reminder-action@v3
0 commit comments