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

Add suggested 'ready-for-review' workaround to checks not running from actions-created PRs #959

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

ml-evs
Copy link
Member

@ml-evs ml-evs commented Oct 22, 2024

Long story short: checks won't run on PRs created by actions, like #945 (see long history at peter-evans/create-pull-request#48 (comment) for why)

The suggested workaround is to always make the PRs as drafts, then have the tests trigger when someone clicks ready-for-review. If this works, it seems fairly elegant to me. This PR implements that, and I will merge it straight away to test.

@ml-evs ml-evs added build For issues/PRs pertaining to the build or deployment of the package CI For issues/PRs regarding the continuous integration labels Oct 22, 2024
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.38%. Comparing base (1a8a1e0) to head (abf81a1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #959   +/-   ##
=======================================
  Coverage   68.38%   68.38%           
=======================================
  Files          62       62           
  Lines        3928     3928           
=======================================
  Hits         2686     2686           
  Misses       1242     1242           

Copy link

cypress bot commented Oct 22, 2024

datalab    Run #2615

Run Properties:  status check passed Passed #2615  •  git commit 7a57cd8a0a ℹ️: Merge abf81a1548811ef16f92e2d0812b82d52fe3bded into 1a8a1e0a0756bbf91efd81c7135b...
Project datalab
Branch Review ml-evs/ci-workaround
Run status status check passed Passed #2615
Run duration 06m 35s
Commit git commit 7a57cd8a0a ℹ️: Merge abf81a1548811ef16f92e2d0812b82d52fe3bded into 1a8a1e0a0756bbf91efd81c7135b...
Committer Matthew Evans
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 396
View all changes introduced in this branch ↗︎

@ml-evs ml-evs merged commit 593ba4a into main Oct 22, 2024
17 checks passed
@ml-evs ml-evs deleted the ml-evs/ci-workaround branch October 22, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build For issues/PRs pertaining to the build or deployment of the package CI For issues/PRs regarding the continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant