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

Fix SKIP_PR option for runs with installation token #232

Merged
merged 1 commit into from
Aug 13, 2022
Merged

Fix SKIP_PR option for runs with installation token #232

merged 1 commit into from
Aug 13, 2022

Conversation

Nef10
Copy link
Contributor

@Nef10 Nef10 commented Jul 8, 2022

The original implementation for signed commits in #153 did not
consider the SKIP_PR flag - if used together with an installation
token it fails now.

This change adds support by:

  1. comparing changes against the remote branch, as base branch and HEAD
    are the same
  2. Skipping pr branch creation
  3. using the base instead of the undefined prBranch as upload target

Fixes #207

The original implementation for signed commits in #153 did not
consider the `SKIP_PR` flag - if used together with an installation
token it fails now.

This change adds support by:
1) comparing changes against the remote branch, as base branch and HEAD
   are the same
2) Skipping pr branch creation
3) using the base instead of the undefined prBranch as upload target
@BetaHuhn BetaHuhn merged commit b598643 into BetaHuhn:master Aug 13, 2022
@BetaHuhnBot
Copy link
Collaborator

🎉 This PR is included in version 1.17.20 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@BetaHuhn
Copy link
Owner

Thanks @Nef10!

@Nef10 Nef10 deleted the fix branch August 13, 2022 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Command failed: git ls-tree -r --full-tree
3 participants