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
We use the DCO app so that we accept only sign-off commits. When we manually commit changes, git commit --signoff enables us to create a sign-off commit. Whereas, when we create a commit with toc-generator, actions by the DCO app are always failed due to the lack of sign-off.
Please describe your suggestion: 提案の概要
Thank you for the great action.
We use the DCO app so that we accept only sign-off commits. When we manually commit changes,
git commit --signoff
enables us to create a sign-off commit. Whereas, when we create a commit withtoc-generator
, actions by the DCO app are always failed due to the lack of sign-off.https://github.com/apps/dco
Describe the solution you'd like: 考えうる解決方法
I would like to add an inputs of the actions, say about
signoff
. Ifsignoff
istrue
,toc-generator
create and push a sign-off commit.For instance, the
peter-evans/create-pull-request
option offers thesignoff
input. We can control if a commit gets sign-off or not with the input.Describe alternatives you've considered: 考えうる代替案
I don't have any alternative idea.
Additional context: 補足
The text was updated successfully, but these errors were encountered: