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 d00f059 commit 4b5379fCopy full SHA for 4b5379f
.github/workflows/check-merge-freeze.yml
@@ -24,7 +24,7 @@ jobs:
24
# This condition is to avoid blocking the PR causing the freeze in the first place.
25
if: |
26
(!startsWith(github.event.pull_request.title || github.event.merge_group.head_commit.message, '[chore] Prepare release')) ||
27
- ((github.event.pull_request.user.login || github.event.merge_group.head_commit.author.name) == 'otelbot[bot]')
+ ((github.event.pull_request.user.login || github.event.merge_group.head_commit.author.name) != 'otelbot[bot]')
28
runs-on: ubuntu-latest
29
steps:
30
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments