-
Notifications
You must be signed in to change notification settings - Fork 2
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
Created base action #5
Conversation
It should be pointing to main
This should be required in #3
It is `token`, not `secret`
Tables do not allow for adding a link and this change should fix that
Oldest PRs first
@paritytech/opstooling I have finished testing the action. Find the related execution here. |
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.
Looks good, just 1 question.
src/index.ts
Outdated
.then(() => { | ||
logger.info("Operation completed"); | ||
}) | ||
.catch((e) => logger.error(e as Error)); |
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.
Should we maybe setFailed
here? Otherwise the action will be green even if it failed unexpectedly?
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.
You are right. I got a brainfart when writing that part it seems.
Created base action with the ability to update PRs and print a summary of the results.
Resolves #2