emily-lambrou/Missing Fields In Project
Notify when project's required information are missing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 8, 2024
- License
- MIT
Pinned Snippet
uses: emily-lambrou/closed_issues_missing_fields@61c1f42d34c7c1d037d609ac502e91582acbb1be # v1.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| gh_token | GitHub Personal Access Token | yes | — |
| project_number | The Project Number | yes | — |
| status_field_name | The field name for the status | yes | Status |
| duedate_field_name | The field name for the due date | yes | Due Date |
| timespent_field_name | The field name for the time spent | yes | Time Spent |
| release_field_name | The field name for the release | yes | Release |
| estimate_field_name | The field name for the estimate | yes | Estimate |
| priority_field_name | The field name for the priority | yes | Priority |
| size_field_name | The field name for the size | yes | Size |
| week_field_name | The field name for the week | yes | Week |
| notification_type | The type of notification (comment,email) | yes | comment |
| enterprise_github | Determines if the GitHub is the enterprise ot not (True,False) | no | False |
| repository_owner_type | The type of the repository owner (organization, user) | yes | user |
| dry_run | DryRun Mode (True, False) | no | False |
Outputs
no outputs