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 eeaa7a2 commit ce97b6bCopy full SHA for ce97b6b
.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) != 'opentelemetrybot'
+ (github.event.pull_request.user.name || github.event.merge_group.head_commit.author.name) != 'OpenTelemetry Bot'
28
runs-on: ubuntu-latest
29
steps:
30
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments