The pr-pull action added by brew tap-new seems broken (depends on itself to finish)
#6084
Replies: 1 comment 1 reply
-
|
if you triggered a rebuild, i believe pr-pull will "pull / use" the latest workflow run. so you should first make sure test-bot has successfully completed all it checks then run pr-pull. if your pr has updated since the initial successful workflow run then pr-pull will use the latest update regardless if your first run finished successfully. this is something i've run into with the homebrew-freecad tap. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
Context
I’ve just set up a new tap at ejpcmac/homebrew-repo. I am now trying to add my first formula (see the Pull Request).
The
test-botaction passes, so I’ve labeled my PR with thepr-pulllabel, as suggested in the documentation.Problem description
The
pr-pullaction (generated bybrew tap-new) fails, because it complains that a workflow is still in progress for the PR:The link points to the workflow itself, so it seems to have a dependency on itself to complete.
Expected behaviour
The action should use the previous run, not the ongoing run.
Beta Was this translation helpful? Give feedback.
All reactions