Closed danielle-casella-adams closed 2 years ago
Recompile using npm 8.15.0 and node v16.17.1
Update actions/github package to latest version
Verify required args in action.yml are handled correctly in action code
Remove manual checks that required args are populated
Ensure required args use the required options in getInput()
Change instances of === 'true' to core.getBooleanInput()
Update the octokit await calls to use the await octokit.action.then().catch() pattern instead of a mix of that and try/catches.
+semver:
README.md
Summary of PR changes
Recompile using npm 8.15.0 and node v16.17.1
Update actions/github package to latest version
Verify required args in action.yml are handled correctly in action code
Remove manual checks that required args are populated
Ensure required args use the required options in getInput()
Change instances of === 'true' to core.getBooleanInput()
Update the octokit await calls to use the await octokit.action.then().catch() pattern instead of a mix of that and try/catches.
PR Requirements
+semver:
keywords.README.md
have been updated with the new version.