-
-
Notifications
You must be signed in to change notification settings - Fork 439
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
v7 - signed commits #3057
v7 - signed commits #3057
Conversation
f1d7317
to
ed155e5
Compare
Full test suite slash command (repository admin only)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor rephrase in the feature description
Hey, Is the sign-commit feature ready? It is required by the branch protection rule. Anyway, I can assist to boost it up? |
It will be ready when this PR merges. I believe the TODOs are updated in the PR description. In the current version, the workaround is to generate a GPG key, then import it: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#gpg-commit-signature-verification |
44e8de5
to
6c1922b
Compare
deda877
to
d93a919
Compare
This comment was marked as outdated.
This comment was marked as outdated.
e7f5ea9
to
66ddf90
Compare
ebbc6d0
to
97730d8
Compare
87604c1
to
ce190a9
Compare
v7
If anyone is following this development and is willing to test the release candidate, you can find documentation for the
sign-commits
feature here.TODO:
base
input is not suppliedInvalid character
errorfileChanges
to output fromsrc/create-or-update-branch.ts
. (Should fix thepush-to-fork
cases.)fileChanges
refactorbuildFileChanges
test for binary file typeshttps://github.com/peter-evans/create-pull-request-tests/actions/runs/10101150705https://github.com/peter-evans/create-pull-request-tests/actions/runs/10126556967https://github.com/peter-evans/create-pull-request-tests/actions/runs/10184429745createCommitOnBranch
is designed to be a simplified way to commit. It doesn't support:https://github.com/peter-evans/create-pull-request-tests/actions/runs/10306598444Warn when using inputs the action will ignoreCan't do this because of the defaultsfalse
push-to-fork
git-token
tobranch-token
.push-to-fork
branch-token
for API operations to create/update the branch.push-to-fork
with fine-grained or App auth will need to set thebranch-token
, and leavetoken
as the default.push-to-fork
with fine-grained or App auth, where the pull request is being created in a remote repo will not work.push-to-fork
?)GITHUB_TOKEN
on new repos.git-token
->branch-token
Fixes: #2062
Fixes: #2848
Fixes: #1791
Fixes: #2443
Fixes: #2778
Fixes: #3159