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

Add automatic dependency updating workflow to github actions #2178

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

Cawllec
Copy link
Contributor

@Cawllec Cawllec commented Jul 29, 2024

Adds a workflow triggered by remote branches that will:

  • Run an appropriate update script
  • Push and create a PR into next
  • Use an appropriate commit message to trigger the full CI run

This will require some upstream changes before it starts triggering, but has been extensively tested in the forked repo.

Note - This is an internal copy of #2168 as I wanted CI to run against it

Copy link

github-actions bot commented Jul 29, 2024

@bugsnag/browser bundle size diff

Minified Minfied + Gzipped
Before 44.21 kB 13.51 kB
After 44.21 kB 13.51 kB
± No change No change

code coverage diff

<temporarily disabled>

Generated by 🚫 dangerJS against 58fbc1e

-H bumpsnag-$TARGET_SUBMODULE-$TARGET_VERSION
--title "Update $TARGET_SUBMODULE to version $TARGET_VERSION"
--body 'Created by bumpsnag'
--reviewer gingerbenw
Copy link
Member

Choose a reason for hiding this comment

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

did we use an environment variable for the reviewer in another PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes indeed

@Cawllec Cawllec merged commit f771978 into next Aug 6, 2024
69 checks passed
@Cawllec Cawllec deleted the bumpsnag-deps branch August 6, 2024 15:51
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