Skip to content
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

Merged
merged 14 commits into from
Jan 9, 2024
Merged

Created base action #5

merged 14 commits into from
Jan 9, 2024

Conversation

Bullrich
Copy link
Contributor

@Bullrich Bullrich commented Jan 9, 2024

Created base action with the ability to update PRs and print a summary of the results.

Resolves #2

@Bullrich Bullrich self-assigned this Jan 9, 2024
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
@Bullrich Bullrich marked this pull request as ready for review January 9, 2024 11:22
@Bullrich Bullrich requested a review from a team as a code owner January 9, 2024 11:22
@Bullrich
Copy link
Contributor Author

Bullrich commented Jan 9, 2024

@paritytech/opstooling I have finished testing the action.

Find the related execution here.

Copy link

@rzadp rzadp left a 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));
Copy link

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?

Copy link
Contributor Author

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.

@Bullrich Bullrich enabled auto-merge (squash) January 9, 2024 13:12
@Bullrich Bullrich merged commit 83c26a5 into main Jan 9, 2024
4 checks passed
@Bullrich Bullrich deleted the action branch January 9, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create base project
2 participants