pkgjs/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
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Token used for authentication. See the following link for more details: https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token | yes | — |
| schedules | An array of strings representing the meeting schedules in RFC 3339 format. Supports timezone identifiers (e.g., 2020-04-02T17:00:00[America/Chicago]/P7D) or UTC (e.g., 2020-04-02T17:00:00Z/P7D). Offset usage is not allowed. | yes | — |
| createWithin | Defines when the meeting issues are created using ISO-8601 durations. Defaults to one week before the meeting (Using the ISO-8601 durations format, this is P7D). | no | P7D |
| meetingLabels | The labels to apply to issues generated by this GitHub Action for meetings. Default: "meeting" | no | meeting |
| meetingLink | An optional meeting join link | no | — |
| agendaLabel | The label used to identify agenda items within the same repository. Default: "meeting-agenda" | no | meeting-agenda |
| issueTitle | A title to be used when creating meeting issues. | no | Meeting <%= date.toZonedDateTimeISO("UTC").toPlainDate().toString() %> |
| issueTemplate | A name of an issue template (found in .github/ISSUE_TEMPLATES) | yes | meeting.md |
| createNotes | Create meeting notes on HackMD | no | false |
| notesUserTemplate | A name of an issue template (found in .github/meet) | no | notes.md |
| repos | An optional list of repos in the format: <org>/<repo>,<org>/<repo> | no | — |
| orgs | An optional list of org in the format: <org>,<org> | no | — |
Outputs
| name | description |
|---|---|
| issueNumber | If an issue was created, this will be its number |