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.co
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://
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 wrote:
>
> https://issues.apache.org/jira/browse/INFRA-21421
>
> On Sun, Feb 14, 2021 at 3:10 PM Jorge Cardoso Leitão
https://issues.apache.org/jira/browse/INFRA-21421
On Sun, Feb 14, 2021 at 3:10 PM Jorge Cardoso Leitão
wrote:
>
> Yes please. :)
>
> On Sun, Feb 14, 2021, 22:08 Wes McKinney wrote:
>
> > Should we make master a "protected branch" now that we've resolved to
> > not rebase master ever again?
> >
>
Yes please. :)
On Sun, Feb 14, 2021, 22:08 Wes McKinney 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
> wrote:
> >
> > I found the commit, 8547c616dcc7c3ee51f174d118c81b3884
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
wrote:
>
> I found the commit, 8547c616dcc7c3ee51f174d118c81b38847974af, and I pushed
> the changes up to there, so I think that everything is b
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-push