Skip to content

Commit 4b5379f

Browse files
committed
[chore] Fix check-merge-freeze check
1 parent d00f059 commit 4b5379f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-merge-freeze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# This condition is to avoid blocking the PR causing the freeze in the first place.
2525
if: |
2626
(!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]')
27+
((github.event.pull_request.user.login || github.event.merge_group.head_commit.author.name) != 'otelbot[bot]')
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)