georust / proj

Rust bindings for the latest stable release of PROJ
https://docs.rs/proj
Apache License 2.0
137 stars 43 forks source link

Add a failing test to check that merge queues work (#171) (#173) #178

Closed michaelkirk closed 11 months ago

michaelkirk commented 11 months ago

Hopefully CI won't merge this.

This time I enabled the "require PR" in the branch protection rules.

michaelkirk commented 11 months ago

Clicked "merge when ready" at 13:39 PDT

michaelkirk commented 11 months ago

It merged despite the tests failing again.

And now I can't even push up a revert commit:

$ git push origin
Enumerating objects: 7, done.
Counting objects: 100% (7/7), done.
Delta compression using up to 10 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 415 bytes | 415.00 KiB/s, done.
Total 4 (delta 3), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (3/3), completed with 3 local objects.
remote: Bypassed rule violations for refs/heads/main:
remote: 
remote: - Changes must be made through the merge queue
remote: 
remote: - Changes must be made through a pull request.
remote: 
remote: - Required status check "ci result" is expected.
remote: 
To https://github.com/georust/proj
   91e3579..e97af15  main -> main

Github makes me feel dumb. I'm going to disable these checks and push up a revert commit.

michaelkirk commented 11 months ago

now I can't even push up a revert commit:

Correction: it did let me push up the revert commit, it was just noting that I bypassed the rules.

urschrei commented 11 months ago

Christ, this thing.