Commit Graph

8 Commits

Author SHA1 Message Date
Craig Tiller 0116acc2fb
Label automated fixes better (#27140) 2021-08-26 09:35:41 -07:00
Craig Tiller 5b80b4410d
Revert "Publish status from happy pancakes stuff (#27012)" (#27108)
This reverts commit 2526617b27.
2021-08-24 13:17:50 -07:00
Craig Tiller 2526617b27
Publish status from happy pancakes stuff (#27012)
* publish status

* fix?
2021-08-24 12:46:16 -07:00
Craig Tiller 5b7c25155e
Prototype: Automatic PR Labeler (#27015)
* prototype: automatic labeler

* fix?

* fix?
2021-08-24 11:46:32 -07:00
Craig Tiller 8a0b844469
Add a roll-up semi-optional status action (#26939)
It check status on a pr, and when some set are successful it makes itself successful.

If any that it's watching fail, it fails.

If the force-merge label is applied, it succeeds.

With the plan: we make EasyCLA and probably Sanity, and this one required statuses for merging (i.e. anything that should not be bypassed still gets verified by GitHub)

We make every other status that we believe in (so everything but the Google3 presubmits because they're fresh?) something that this script verifies.

That lets us do automerge (all things are passing)

And if all things are not passing we can use human judgement and apply the force-merge label to bypass these checks... But importantly not the CLA check
2021-08-11 11:20:39 -07:00
Craig Tiller 3e122fd050
Faster pancakes: cache bazel steps between builds (#26937)
* cache bazel steps

* test break

* Automated change: Fix sanity tests

Co-authored-by: ctiller <ctiller@users.noreply.github.com>
2021-08-09 10:09:17 -07:00
Craig Tiller 8a0e723159
Fix bug where multiple branches confuse PanCakes (#26922) 2021-08-06 09:07:26 -07:00
Craig Tiller 4966a6bcbd
Add tooling to auto-fix sanity tests (#26852)
* auto-fix experiment

* document optout

* temp fix
2021-08-05 14:37:04 -07:00