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 286b2f5 commit 4e7a8f0Copy full SHA for 4e7a8f0
.github/workflows/check-merge-freeze.yml
@@ -22,9 +22,7 @@ jobs:
22
check-merge-freeze:
23
name: Check
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) != 'opentelemetrybot'
+ if: (!startsWith(github.event.pull_request.title, '[chore] Prepare release')) || github.event.pull_request.user.login != 'opentelemetrybot'
28
runs-on: ubuntu-latest
29
steps:
30
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments