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

Automatically rebuild the package when a dependency is updated #43

Open
tim-s-ccs opened this issue Oct 21, 2022 · 0 comments
Open

Automatically rebuild the package when a dependency is updated #43

tim-s-ccs opened this issue Oct 21, 2022 · 0 comments

Comments

@tim-s-ccs
Copy link
Collaborator

When dependabot updates the AWS SDK or actions, the tests fail because the dist will need to be updated.
Instead of updating these branches manually every time, I would like to add an automated job that can do it for me when it detects a push to a branch with names:

  • dependabot/npm_and_yarn/aws-sdk-*
  • dependabot/npm_and_yarn/actions/core-*

I did already try this but there were some issues (see #42)

Ultimately, this job would need to run first before any other jobs on branches that we are looking for. And we only want it to do everything the first time round, i.e. after the first commit, to prevent infinite update loops.

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

No branches or pull requests

1 participant