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

Run try-runtime also on RC tags #1050

Merged
merged 2 commits into from
Jul 25, 2023
Merged

Conversation

sea212
Copy link
Member

@sea212 sea212 commented Jul 24, 2023

What does it do?

This PR adjusts the "tag" workflow to make it trigger on release candidate tags as well. It also renames the workflow to "try-runtime".

Currently the "tag" workflow is only executed when a final release tag (i.e. v0.3.10) is pushed. Before the final release tag is created, release candidates are pushed (i.e. v0.3.10-rc1). The workflow should also execute on those release candidates, granting the maintainer the knowledge whether or not this precondition for a release is met.

What important points should reviewers know?

Is there something left for follow-up PRs?

What alternative implementations were considered?

Are there relevant PRs or issues?

References

@sea212 sea212 added the s:review-needed The pull request requires reviews label Jul 24, 2023
@sea212 sea212 added this to the v0.3.11 milestone Jul 24, 2023
@sea212 sea212 self-assigned this Jul 24, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jul 24, 2023

Codecov Report

Merging #1050 (cae9252) into main (bac24e6) will not change coverage.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main    #1050   +/-   ##
=======================================
  Coverage   92.93%   92.93%           
=======================================
  Files          92       92           
  Lines       21589    21589           
=======================================
  Hits        20064    20064           
  Misses       1525     1525           
Flag Coverage Δ
tests 92.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@sea212 sea212 added s:in-progress The pull requests is currently being worked on and removed s:review-needed The pull request requires reviews labels Jul 24, 2023
@sea212 sea212 added s:review-needed The pull request requires reviews and removed s:in-progress The pull requests is currently being worked on labels Jul 24, 2023
Copy link
Member

@Chralt98 Chralt98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It also renames the workflow to "try-runtime".

I can't find this change in the diff.

LGTM

@sea212
Copy link
Member Author

sea212 commented Jul 25, 2023

It also renames the workflow to "try-runtime".

I can't find this change in the diff.

It's indicated at the file name:
image

@sea212 sea212 added s:accepted This pull request is ready for merge and removed s:review-needed The pull request requires reviews labels Jul 25, 2023
@sea212 sea212 merged commit 08a2513 into main Jul 25, 2023
19 checks passed
@sea212 sea212 deleted the sea212-update-tag-workflow-trigger branch July 25, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s:accepted This pull request is ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants