-
Notifications
You must be signed in to change notification settings - Fork 71
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
feat: Add extra options #117
Conversation
@@ -4,8 +4,7 @@ | |||
"plugin:@typescript-eslint/eslint-recommended", | |||
"plugin:@typescript-eslint/recommended", | |||
"plugin:jest/recommended", | |||
"prettier", | |||
"prettier/@typescript-eslint" | |||
"prettier" |
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.
prettier/@typescript-eslint
has been merged into prettier
in eslint-config-prettier 8.0.0. See: https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21
parallel: 3 | ||
message: this-is-just-a-test | ||
expect-no-changes: false | ||
diff: true |
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.
Missing target
and targetDependents
due to the small test stack 🤷♂️
- `comment-on-pr` - (optional) If `true`, then the action will add the results | ||
of the Pulumi action to the PR | ||
|
||
- `github-token` - (required if comment-on-pr) A GitHub token that has access | ||
levels to allow the Action to comment on a PR. | ||
|
||
### Extra options |
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.
We should add a small comment here to suggest that these extra options, are the equivalent of the command line args
parallel: | ||
description: 'Allow P resource operations to run in parallel at once (1 for no parallelism). Defaults to unbounded.' | ||
required: false | ||
default: '2147483647' |
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.
this relates to what the automation api does - this isn't actually the number we pass, this is to document what we can do
* master: ci: Automatically update dist files on every push (#119) feat: Add `upsert` option (#118) chore(deps-dev): bump eslint-plugin-jest from 24.3.1 to 24.3.2 (#120) chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.18.0 (#116) chore(deps-dev): bump @typescript-eslint/parser from 4.17.0 to 4.18.0 (#115) chore(deps-dev): bump @types/node from 14.14.34 to 14.14.35 (#114)
fixes #88
Note:
args
is removed.