Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.23 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.23 KB

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