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

Support other repos and base branches #595

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Support other repos and base branches #595

wants to merge 30 commits into from

Conversation

kfcampbell
Copy link
Collaborator

@kfcampbell kfcampbell commented Nov 21, 2023

This is the same PR as #563 but proposed from within the repository rather than a fork outside it for testing purposes.

It adds:

  • A way to make changes in a repository other than the repository the Action is running on.
  • The capability to update a base branch other than the default branch.

@gr2m
Copy link
Owner

gr2m commented Nov 27, 2023

Looks like CI on master fails as well, and no idea why, I didn't change anything for a while 🤷🏼
#601

Looks like something changed with actions instead, this won't be easy to figure out I fear

@kfcampbell
Copy link
Collaborator Author

I've solved a failing issue I was seeing earlier due to the owner variable being undefined in the checkOutRemoteBranch function. When this is ready to be merged/released, I'll remove the dist/index.js file from the git tree. Until then, it's required to be able to use the PR as-is.

@kfcampbell
Copy link
Collaborator Author

For an example of this running successfully, see this Actions run that generated this PR.

@kfcampbell kfcampbell requested a review from gr2m December 6, 2023 00:34
@kfcampbell kfcampbell marked this pull request as ready for review December 6, 2023 00:34
@kfcampbell kfcampbell changed the title See #563 Support other repos and base branches Jul 12, 2024
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