Skip to content

ci: check PR author instead of actor for E2E skip#432

Merged
TooTallNate merged 1 commit into
mainfrom
fix/skip-e2e-dependabot
May 24, 2026
Merged

ci: check PR author instead of actor for E2E skip#432
TooTallNate merged 1 commit into
mainfrom
fix/skip-e2e-dependabot

Conversation

@clutz-bot

@clutz-bot clutz-bot Bot commented May 24, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #431. github.actor is whoever pushed last — when another bot (e.g. clutz-bot merging main) pushes to a dependabot PR branch, the actor changes and the E2E job incorrectly runs.

Switch to github.event.pull_request.user.login which is the actual PR author, so dependabot PRs are reliably skipped regardless of who pushed last.

@changeset-bot

changeset-bot Bot commented May 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 316db6c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

github.actor is whoever pushed last, not the PR author. When another
bot merges main into a dependabot PR, the actor changes. Use
github.event.pull_request.user.login to reliably detect dependabot PRs.
@clutz-bot
clutz-bot Bot force-pushed the fix/skip-e2e-dependabot branch from fea1a94 to 316db6c Compare May 24, 2026 06:52
@TooTallNate
TooTallNate merged commit 7c5eba0 into main May 24, 2026
11 checks passed
@TooTallNate
TooTallNate deleted the fix/skip-e2e-dependabot branch May 24, 2026 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant