versus workflows: Update existing PR if any instead of closing/opening#240
versus workflows: Update existing PR if any instead of closing/opening#240kingthorin wants to merge 1 commit intozapbot:masterfrom
Conversation
|
This will not work as intended, the step I'd also prefer that we don't fail the workflow when the PR is just being updated, there's no reason to and just creates noise (still getting one each day). |
|
I'll look at the first point. (or |
|
I updated the juiceshop workflow, does that address your first concern? |
6d6604a to
9e5b266
Compare
|
Seems so, it's no longer pushing the latest from upstream. |
|
And which option for the failures or do you have another idea? |
|
I don't mind which way as long as it only fails if there's an actual failure (to create the PR or push the changes). |
|
In that case it would require something more like exit code logic, but I'm not sure they get specific enough. For the time being, let's narrow this PR down to adjusting the PR logic in other workflows. Then I can look at the failure logic in another? |
|
I'm fine with that, there aren't other ongoing PRs so failures should be minimal. |
Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
|
All adjusted. |
Similar to the recent auth-tests addition.