pkgjs/Make Meeting Issues

Create meeting issues based on a schedule and template

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub 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_tokenyes
schedulesAn 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
createWithinDefines 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).noP7D
meetingLabelsThe labels to apply to issues generated by this GitHub Action for meetings. Default: "meeting"nomeeting
meetingLinkAn optional meeting join linkno
agendaLabelThe label used to identify agenda items within the same repository. Default: "meeting-agenda"nomeeting-agenda
issueTitleA title to be used when creating meeting issues.noMeeting <%= date.toZonedDateTimeISO("UTC").toPlainDate().toString() %>
issueTemplateA name of an issue template (found in .github/ISSUE_TEMPLATES)yesmeeting.md
createNotesCreate meeting notes on HackMDnofalse
notesUserTemplateA name of an issue template (found in .github/meet)nonotes.md
reposAn optional list of repos in the format: <org>/<repo>,<org>/<repo>no
orgsAn optional list of org in the format: <org>,<org>no
namedescription
issueNumberIf an issue was created, this will be its number