Skip to content
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

auto-update Dependency Guard baselines for Renovate PRs #935

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

RBusarow
Copy link
Collaborator

This adds a new workflow to the kotlin.yml GitHub Action.

If the PR was made by Renovate, automatically update baselines and push so that no one has to check out the branch and update the baselines manually.

If a non-bot made the pull request, run the non-baseline task which fails on changes.

If dependency-guard generated changes, commit and push those changes. This relies upon the 'cancel-stale-jobs' job to cancel the rest of the jobs for the now-stale commit.

This adds a new workflow to the `kotlin.yml` GitHub Action.

If the PR was made by Renovate, automatically update baselines and push so that no one has to check out the branch and update the baselines manually.

If a non-bot made the pull request, run the non-baseline task which fails on changes.

If dependency-guard generated changes, commit and push those changes. This relies upon the 'cancel-stale-jobs' job to cancel the rest of the jobs for the now-stale commit.
@RBusarow RBusarow requested review from a team and zach-klippenstein as code owners February 21, 2023 17:22
Copy link
Contributor

@steve-the-edwards steve-the-edwards left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. Thank-you!

@RBusarow RBusarow merged commit d46a86e into main Feb 21, 2023
@RBusarow RBusarow deleted the rbusarow/auto_dependencyGuardBaseline branch February 21, 2023 17:54
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