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

Allow ongoing checks #35

Merged
merged 5 commits into from
Aug 28, 2024
Merged

Allow ongoing checks #35

merged 5 commits into from
Aug 28, 2024

Conversation

zhiyelee
Copy link
Collaborator

Main change

add allow_ongoing_checks option to update PRs that have ongoing checks when the action is triggered. close #33
Setting require_passed_checks to true alone may prevent updates to PRs with ongoing checks. It is advisable to set both require_passed_checks and allow_ongoing_checks to true.

@zhiyelee zhiyelee requested review from clww and bafolts August 26, 2024 02:28
@coveralls
Copy link

coveralls commented Aug 26, 2024

Pull Request Test Coverage Report for Build 10580960227

Details

  • 13 of 13 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.7%) to 99.315%

Totals Coverage Status
Change from base Build 9279987018: -0.7%
Covered Lines: 104
Relevant Lines: 104

💛 - Coveralls

README.md Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@zhiyelee zhiyelee merged commit 6e6c6ee into master Aug 28, 2024
2 checks passed
@zhiyelee zhiyelee deleted the allow_ongoing_checks branch August 28, 2024 15:26
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.

Feature request: allow update for PRs with ongoing checks
4 participants