| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR modifies the PR check workflows to skip execution when the triggering actor is Dependabot. The purpose is to prevent redundant workflow runs since Dependabot PRs trigger separate rebuild workflows that cancel the initial runs due to concurrency settings.
Copilot reviewed 56 out of 56 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pr-checks/sync.py | Adds Dependabot check to the workflow generation template |
| .github/workflows/__*.yml | All generated workflow files updated with Dependabot skip condition |
Sorry, something went wrong.
There was a problem hiding this comment.
Non-generated workflows too?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Skips the PR checks for workflow runs triggered by Dependabot. We always add the Rebuild label to Dependabot PRs, which triggers a separate workflow to rebuild JS files or workflow templates. As of #3128, the concurrency settings mean that the workflows initiated by Dependabot will be cancelled once the Rebuild job has pushed changes. This PR modifies the PR checks so that they don't run to begin with.
Risk assessment
For internal use only. Please select the risk level of this change:
Merge / deployment checklist