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

script to rollback actions #1940

Merged
merged 1 commit into from Nov 16, 2021
Merged

script to rollback actions #1940

merged 1 commit into from Nov 16, 2021

Conversation

rberrelleza
Copy link
Member

This script rollbacks our GitHub actions to the version specified

@rberrelleza rberrelleza requested a review from a team November 4, 2021 21:30
@derek derek bot added the no-dco label Nov 4, 2021
@derek
Copy link

derek bot commented Nov 4, 2021

Thank you for your contribution. unfortunately, one or more of your commits are missing the required "Signed-off-by:" statement. Signing off is part of the Developer Certificate of Origin (DCO) which is used by this project.

Read the DCO and project contributing guide carefully, and amend your commits using the git CLI. Note that this does not require any cryptography, keys or special steps to be taken.

💡 Shall we fix this?

This will only take a few moments.

First, clone your fork and checkout this branch using the git CLI.

Next, set up your real name and email address:

git config --global user.name "Your Full Name"
git config --global user.email "you@domain.com"

Finally, run one of these commands to add the "Signed-off-by" line to your commits.

If you only have one commit so far then run: git commit --amend --signoff and then git push --force.
If you have multiple commits, watch this video.

Check that the message has been added properly by running "git log".

@codecov
Copy link

codecov bot commented Nov 4, 2021

Codecov Report

Merging #1940 (41dba73) into master (e578c50) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1940   +/-   ##
=======================================
  Coverage   33.57%   33.57%           
=======================================
  Files         122      122           
  Lines       13777    13777           
=======================================
  Hits         4626     4626           
  Misses       8651     8651           
  Partials      500      500           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e578c50...41dba73. Read the comment docs.

@pchico83 pchico83 merged commit 8f7d479 into master Nov 16, 2021
@pchico83 pchico83 deleted the rb/rollback-action branch November 16, 2021 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants