lindluni/Domain Email Verification Enforcement
Automates the auditing and notification of users who have not verified their email address.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | The action to perform. One of: "notify", "reconcile", "audit" | yes | notify |
| days | The number of days between notifying the same user again | yes | 14 |
| message | The message to send to the user | yes | This is a notice that you have yet to verify your organization email address on GitHub. The {{org}} organization mandates that you verify your organization email address. Please verify your email address by navigating to the following link and adding and verifying your organization email address: https://github.com/settings/emails You will be notified every 60 days after this issue was opened that you are in violation of this policy. If this account is a bot account owned by your organization, please apply the \`bot-account\` label to this issue. And you will not receive any further notifications. Failure to verify your organization email address may result in your removal from the {{org}} GitHub organization in the future. Thank you, {{org}} GitHub Support |
| org | The GitHub organization to audit | yes | ${{ github.repository_owner }} |
| repo | The repo to open issues in | yes | — |
| token | GitHub Admin PAT to open issues and comment | yes | ${{ github.token }} |
Outputs
no outputs