[Merged by Bors] - ci: fix delegated reaction being triggered by bors failure message - #29612
Conversation
PR summary 655a116e90Import changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diffNo declarations were harmed in the making of this PR! 🐙 You can run this locally as follows## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>The doc-module for No changes to technical debt.You can run this locally as
|
|
Ah, good catch! Is the bors d+ |
|
✌️ bryangingechen can now approve this pull request. To approve and merge a pull request, simply reply with |
|
I just thought of an improvement we could make here, but maybe we should do this in another PR. The bors failure message should probably remove |
|
I believe |
|
bors r+ |
…29612) Follow-up to #29606. The reaction script step was being skipped because bors was not counted as a bot: cf. [log](https://github.com/leanprover-community/mathlib4/actions/runs/17690687974/job/50283460700#step:2:102).
|
I'm happy to err on the side of cautiousness and allowing both bots, but isn't author the bot that posted the |
|
Not sure if I understand your question, but the conditional I edited is a different one from the one that checks for "Build failed:". The one edited in this PR just sets the |
|
With respect to removing the |
Ah, you're totally right! I got confused and I agree that my suggestion was wrong! |
|
Pull request successfully merged into master. Build succeeded: |
That sounds reasonable, though do we need to then remove the label again when someone tries to merge? In any case, assuming the delegated reaction is now actually fixed, I'll probably take a break from this workflow for a bit. To be honest the transitions between various labeled / unlabeled states are starting to confuse me; maybe adding another label to manage will feel less scary to me after I get some sleep. |
|
I agree with leaving this for a bit. Let's see how the new code works in the wild for a bit, before deciding what works, what doesn't and what can still be improved. |
…eanprover-community#29612) Follow-up to leanprover-community#29606. The reaction script step was being skipped because bors was not counted as a bot: cf. [log](https://github.com/leanprover-community/mathlib4/actions/runs/17690687974/job/50283460700#step:2:102).
…eanprover-community#29612) Follow-up to leanprover-community#29606. The reaction script step was being skipped because bors was not counted as a bot: cf. [log](https://github.com/leanprover-community/mathlib4/actions/runs/17690687974/job/50283460700#step:2:102).
Follow-up to #29606.
The reaction script step was being skipped because bors was not counted as a bot: cf. log.