Skip to content

Skip auto-format for dependabot PRs#1253

Merged
adwsingh merged 1 commit into
mainfrom
adwsingh/fix-auto-format
Jun 17, 2026
Merged

Skip auto-format for dependabot PRs#1253
adwsingh merged 1 commit into
mainfrom
adwsingh/fix-auto-format

Conversation

@adwsingh

Copy link
Copy Markdown
Contributor

What behavior changes?

Dependabot PRs don't fail CI anymore.

Why is this change needed?

For PRs opened by Dependabot, GitHub deliberately runs the pull_request workflow with a restricted context: repository secrets (secrets.*) are not available, they live in a separate "Dependabot secrets" store. So secrets.PR_TOKEN resolves to an empty string, and passing an empty token to actions/checkout triggers Error: Input required and not supplied: token

How was this validated?

List tests added, benchmarks run, or manual verification performed.

What should reviewers focus on?

Point reviewers to the files or sections that contain the interesting logic.

Additional Links

Related issues, design docs, or prior art.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@adwsingh adwsingh force-pushed the adwsingh/fix-auto-format branch from 7d38947 to 4d9735e Compare June 17, 2026 20:06
@adwsingh adwsingh enabled auto-merge (rebase) June 17, 2026 20:13
@adwsingh adwsingh requested a review from sugmanue June 17, 2026 20:19
@adwsingh adwsingh merged commit a315e51 into main Jun 17, 2026
5 checks passed
@adwsingh adwsingh deleted the adwsingh/fix-auto-format branch June 17, 2026 20:37
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.

2 participants