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

feat(land): add skipChecks option #475

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mmarchini
Copy link
Contributor

skipChecks will allow skipping certain checks. Useful to skip "commit
after last approval" on commit queue.

Ref: nodejs/node#34770

skipChecks will allow skipping certain checks. Useful to skip "commit
after last approval" on commit queue.

Ref: nodejs/node#34770
@mmarchini
Copy link
Contributor Author

I'm not 100% sure we're going to use this, but I guess it doesn't hurt to have it either.

@codecov
Copy link

codecov bot commented Aug 15, 2020

Codecov Report

Merging #475 into master will increase coverage by 0.13%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #475      +/-   ##
==========================================
+ Coverage   82.56%   82.70%   +0.13%     
==========================================
  Files          34       34              
  Lines        1658     1671      +13     
==========================================
+ Hits         1369     1382      +13     
  Misses        289      289              
Impacted Files Coverage Δ
lib/pr_checker.js 95.71% <100.00%> (+0.22%) ⬆️

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 4b32ebc...ad6349c. Read the comment docs.

@@ -42,6 +45,21 @@ const landOptions = {
describe: 'Land a backport PR onto a staging branch',
default: false,
type: 'boolean'
},
skipChecks: {
Copy link
Member

Choose a reason for hiding this comment

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

We should add this option to documentation as well, perhaps with an accompanying example :)

@codebytere
Copy link
Member

@mmarchini could you rebase this?

@github-actions
Copy link
Contributor

This PR is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.

@github-actions github-actions bot added the stale label Dec 28, 2020
@mmarchini mmarchini removed the stale label Jan 5, 2021
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.

None yet

2 participants