Skip to content

Fix triggers for CodeQL #3319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2021
Merged

Fix triggers for CodeQL #3319

merged 1 commit into from
Apr 28, 2021

Conversation

andyleejordan
Copy link
Member

The push event should only be registered for the master branch and for tags. It was erroneously running on every branch, breaking Dependabot. For PRs we exclude documentation changes only. The schedule was set to run once a week, but we may as well run every morning.

Resolves #3316.

@andyleejordan andyleejordan added Issue-Bug A bug to squash. Area-Build & Release Ignore Exclude from the changelog. labels Apr 28, 2021
@andyleejordan andyleejordan added this to the Committed-vNext milestone Apr 28, 2021
@andyleejordan andyleejordan requested a review from rjmholt April 28, 2021 17:23
@andyleejordan andyleejordan enabled auto-merge (squash) April 28, 2021 17:23
@andyleejordan andyleejordan disabled auto-merge April 28, 2021 17:23
@andyleejordan andyleejordan enabled auto-merge (squash) April 28, 2021 17:24
The push event should only be registered for the master branch and for tags.
It was erroneously running on every branch, breaking Dependabot.  For PRs we
exclude documentation changes only.  The schedule was set to run once a week,
but we may as well run every morning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Build & Release Ignore Exclude from the changelog. Issue-Bug A bug to squash.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix CodeQL with Dependabot
2 participants