Skip to content

✍️ Action that creates an empty commit with a list of commits to "sign off on"

License

Notifications You must be signed in to change notification settings

JasonEtco/signoff-commit-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

[WIP] signoff-commit-action

A GitHub Action that creates an empty commit with a list of commits to "sign off on".

Screenshot

Note: This is super WIP - at the moment, it uses actions/github-script to spike out functionality directly in the workflow file. This will eventually be moved to a reusable action instead.


Current limitations:

  • Obviously, this is written directly into the YAML file. We'd move it out to a JS Action.
  • This runs an Actions workflow on every issue comment - every issue comment. Might be able to lift some of that to the workflow (via steps[].if) but this could cause usage/billing problems.
  • The commit is shown as being authored and committed by GitHub Actions; we can't easily say "authored by " because that requires an email that we don't necessarily have. We can try to get the user's public email, or from a previous commit.

About

✍️ Action that creates an empty commit with a list of commits to "sign off on"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published