axel-naumann/git-notifier
Send commit emails for a repo using git-nofitier
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| githubToken | Needs gist Oauth from https://github.com/settings/tokens | yes | — |
| to | Whom to send the notification emails to | yes | — |
| from | Who to state as sender; git committer email if empty | — | — |
| smtp | SMTP server to use | — | smtp.gmail.com |
| port | SMTP server port to use | — | 587 |
| login | SMTP login | yes | — |
| password | SMTP password | yes | — |
| template | HTML email template | — | /template.html |
| ignoreMerge | Set to true if you want to ignore empty merge messages | — | true |
Outputs
no outputs