-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update readme w/ template inputs #208
base: main
Are you sure you want to change the base?
Conversation
@@ -26,12 +26,13 @@ jobs: | |||
- uses: pkgjs/meet@v0 | |||
with: | |||
token: ${{ secrets.GITHUB_TOKEN }} | |||
schedules: 2020-04-02T17:00:00.0Z/P1D | |||
schedules: 2020-04-02T17:00:00.0Z/P1D # Every 1 day from 2020-04-02 at 5PM UTC | |||
createWithin: P2D # Create issue 2 days before the scheduled meeting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added createWithin to the main example because it is marked as required and is generally something folks will want to set
e85a48a
to
57eecbb
Compare
57eecbb
to
4b4e6d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
- **`<!-- title -->`**: The issue's title. | ||
- **`<!-- agenda label -->`**: The label for agenda items to be pulled from that you've defined in the Action's YAML configuration. | ||
- **`<!-- invitees -->`**: The list of invitees you've defined in the Action's YAML configuration. | ||
- **`<!-- observers -->`**: The list of observers you've defined in the Action's YAML configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new shorthand 'meeting link' is missing
Couldn't find the options which are made available to js in the ejs templates
Updated the Readme to include it
Reformatted the template strings bit as well, and gave examples for both ejs inputs and the special template strings