Also tried to force push to master:

$ git push upstream master -f
Alias tip: gpu master -f
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: error: GH006: Protected branch update failed for refs/heads/master.
remote: error: Cannot force-push to this protected branch
To https://github.com/apache/arrow
 ! [remote rejected]     master -> master (protected branch hook declined)
error: failed to push some refs to 'https://github.com/apache/arrow'

On Wed, Feb 17, 2021 at 12:04 AM Krisztián Szűcs
<szucs.kriszt...@gmail.com> wrote:
>
> According to the API, the master branch has been set as protected:
>
> curl \
>   -H "Accept: application/vnd.github.v3+json" \
>   https://api.github.com/repos/apache/arrow/branches
>
>   {
>     "name": "master",
>     "commit": {
>       "sha": "b89cddc3766676b5e48dad219259530c1706513f",
>       "url": 
> "https://api.github.com/repos/apache/arrow/commits/b89cddc3766676b5e48dad219259530c1706513f";
>     },
>     "protected": true
>   }
>
> Will comment on the INFRA ticket.
>
> On Tue, Feb 16, 2021 at 7:09 PM Wes McKinney <wesmck...@gmail.com> wrote:
> >
> > This has been enabled — if things appear to be working correctly,
> > could someone comment on the INFRA Jira so it can be closed? Thanks!
> >
> > On Sun, Feb 14, 2021 at 3:12 PM Wes McKinney <wesmck...@gmail.com> wrote:
> > >
> > > https://issues.apache.org/jira/browse/INFRA-21421
> > >
> > > On Sun, Feb 14, 2021 at 3:10 PM Jorge Cardoso Leitão
> > > <jorgecarlei...@gmail.com> wrote:
> > > >
> > > > Yes please. :)
> > > >
> > > > On Sun, Feb 14, 2021, 22:08 Wes McKinney <wesmck...@gmail.com> wrote:
> > > >
> > > > > Should we make master a "protected branch" now that we've resolved to
> > > > > not rebase master ever again?
> > > > >
> > > > > On Sun, Feb 14, 2021 at 6:23 AM Jorge Cardoso Leitão
> > > > > <jorgecarlei...@gmail.com> wrote:
> > > > > >
> > > > > > I found the commit, 8547c616dcc7c3ee51f174d118c81b38847974af, and I
> > > > > pushed
> > > > > > the changes up to there, so I think that everything is back to 
> > > > > > normal.
> > > > > > Sorry for this.
> > > > > >
> > > > > > Best,
> > > > > > Jorge
> > > > > >
> > > > > >
> > > > > > On Sun, Feb 14, 2021 at 1:13 PM Jorge Cardoso Leitão <
> > > > > > jorgecarlei...@gmail.com> wrote:
> > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > I mistakenly force-pushed master with an outdated master. Could 
> > > > > > > someone
> > > > > > > revert this? I can't find the commit hash with the (good) latest 
> > > > > > > master
> > > > > > > anywhere.
> > > > > > >
> > > > > > > Really sorry about this!! :(
> > > > > > >
> > > > > > > Jorge
> > > > > > >
> > > > > > >
> > > > >

Reply via email to