We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1ca625 + a093e21 commit d9c72a3Copy full SHA for d9c72a3
.github/workflows/check-pr-title.yaml
@@ -11,7 +11,9 @@ jobs:
11
PR_TITLE: ${{ github.event.pull_request.title }}
12
steps:
13
- name: Check if the PR title is well dressed
14
- if: github.event.pull_request.user.login != 'renovate[bot]' || github.event.pull_request.user.login != 'red-hat-konflux[bot]'
+ if: >-
15
+ github.event.pull_request.user.login != 'renovate[bot]' &&
16
+ github.event.pull_request.user.login != 'red-hat-konflux[bot]'
17
env:
18
JIRA: '([A-Z]+-[0-9]+, ?)*[A-Z]+-[0-9]+'
19
TEXT: ': .+'
0 commit comments