wesleytodd/Make Meeting Issues
Create meeting issues based on a schedule and template
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The github token | yes | — |
| schedules | An array of strings representing the schedules in ISO-8601 intervals | yes | — |
| createWithin | An ISO-8601 duration to limit when the meeting issues are created (default P7D) | — | P7D |
| labels | The labels to apply to issues | — | meeting |
| agendaLabel | The label used to identify agenda items | — | meeting |
| issueTitle | A title for the meeting issue | — | — |
| issueTemplate | A name of an issue template (found in .github/ISSUE_TEMPLATES) | — | meeting.md |
Outputs
| name | description |
|---|---|
| issueNumber | If an issue was created, this will be its number |