You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keep track of versions to be tested in some file that is not within the .github directory1
scheduled workflow that just looks to see if there was a release in the repo we are tracking and makes a PR on the version-tracking file if a new release has been made
I'd like to improve on this design a bit since instead of tracking multiple repos, I'd like to more finely test a single repo. With this in mind, I think an additional feature for the PR-creation is to bump patches while keeping major/minor releases.
Footnotes
We have to keep the file outside of the .github directory since GitHub prevents actions from pushing changes to anything in that directory presumably to avoid actions changing their own code in a confusing or malicious way. ↩
The text was updated successfully, but these errors were encountered:
I've done something similar for updating the testing for
denv
: https://github.com/tomeichlersmith/denv/blob/main/.github/workflows/runner-dependabot.ymlThe basic idea is
.github
directory1I'd like to improve on this design a bit since instead of tracking multiple repos, I'd like to more finely test a single repo. With this in mind, I think an additional feature for the PR-creation is to bump patches while keeping major/minor releases.
Footnotes
We have to keep the file outside of the
.github
directory since GitHub prevents actions from pushing changes to anything in that directory presumably to avoid actions changing their own code in a confusing or malicious way. ↩The text was updated successfully, but these errors were encountered: