target/create-meeting-issue
Automatically scaffold out a meeting using .ics recurrence, timezone info, and agenda topics from the issue log and prs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | token with access to the repository | yes | — |
| MEETING_PATH | the path to recurring meeting.ics file. Default is "meeting.ics" | yes | meeting.ics |
| SLACK_CHANNEL | the url of the slack channel | no | — |
| TIMEZONES | comma-separated list of TZ identifiers. Example: "America/Chicago,Asia/Kolkata" Default is "Etc/UTC" | yes | Etc/UTC |
| DRY_RUN | If true, only outputs the issue body instead of creating the issue | no | false |
| AGENDA_LABEL | The label used to identify agenda items. Default is 'agenda' | no | agenda |
| ORG_WIDE | If true, searches for agenda items across the entire organization instead of just the repository | no | false |
Outputs
| name | description |
|---|---|
| ISSUE_URL | The issue url of the next meeting |
| NEXT_MEETING_DATE | The date of the next meeting |
| LOCATION | The location of the next meeting |