ci: user name/email convenience options
Open
cml-ci
enhancement
good-first-issue
p2-nice-to-have
ui/ux
- Dominant language
- JavaScript
- Stars
- 4.2k
- Forks
- 345
- PR merge metrics
- No merged PRs in 30d
Description
Provide convenience automations with new flag(s):
- `--user-commit`: name=`git log -1 --pretty=format:'%an'`, email=`git log -1 --pretty=format:'%ae'`
- `--user`: name=`$GITHUB_ACTOR`, email=`$GITHUB_ACTOR@users.noreply.github.com` ([interesting quirks](https://github.community/t/who-will-be-the-github-actor-when-a-workflow-runs-on-a-schedule/17369))
- `--user-driver`: name=`gh api user --jq .login`, email=`gh api user --jq .email`
Follow-up to #945 <- #942.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.