mamuso/weekly-update-action
An action to create a weekly GitHub discussion.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | The repository to create the discussion in. | — | ${{ github.repository }} |
| post_on | Day of the week to post the update request. | — | Mon |
| advance_on | Day of the week to advance the update request. | — | — |
| remind_on | Day of the week to remind the team to post the update. | — | — |
| title | Title of the update request. | — | Weekly Update ({{date}}) |
| post_template | Path to the template to use for the update request. | — | .github/weekly-post.md |
| remind_template | Path to the template to use for the reminder. | — | .github/weekly-reminder.md |
| category | Discussion category to post the update request in. | — | General |
| labels | Labels that will be added to the discussion. | — | "" |
| token | Token to authenticate with GitHub | yes | — |
Outputs
no outputs