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
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