cutenode/Meeting
A GitHub Action to create issues that detail meetings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| markdown-join-instructions | Path to checked-in Markdown file detailing how folks can join the meeting. Generally, ~/.github/meeting/ is going to be the best location. | yes | — |
| markdown-minutes-base | Path to checked-in Markdown file defining the structure of the agenda. Generally, ~/.github/meeting/ is going to be the best location. | yes | — |
| github-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 | — |
| agenda-label | GitHub label to build the agenda off of. All issues that | yes | — |
| meeting-label | GitHub label to add to the created issue. | yes | — |
| invites | String of people or teams to invite via @mention | no | — |
| observers | String of people or teams to invite as observers via @mention | no | — |
| organization | The GitHub Organization that will be searched for the `meeting-label`. | no | — |
Outputs
no outputs