You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CODESome other Code related issue and it should clearly describe what it is affecting in a comment.DOCPertains inclusively to the Documentation operations.securityUsually relates to something critical.UIPertains inclusively to the User Interface.
Always cite when a change comes through like this.
This topic will be locked as I really don't want a P.C. debate here as it's not the focus of OUJS... however it will be continually considered provided the integrity of the site isn't compromised including all default upstream and downstream observations.
This would be a breaking change.
$ mkdir repotest
$ cd repotest/
$ git inithint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint: hint: git config --global init.defaultBranch <name>hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint: hint: git branch -m <name>
$ git --versiongit version 2.32.0
$ dateFri 18 Jun 2021 06:48:27 PM EDT
OpenUserJS
locked as too heated and limited conversation to collaborators
Dec 5, 2020
Martii
added
CODE
Some other Code related issue and it should clearly describe what it is affecting in a comment.
security
Usually relates to something critical.
UI
Pertains inclusively to the User Interface.
labels
Dec 5, 2020
This allows the webhook to work independent of the name of the default branch on Github (which used to be master, but is now main and can be renamed by the repository owner).
FixesOpenUserJS#1781
phw
added a commit
to phw/OpenUserJS.org
that referenced
this issue
Oct 16, 2021
This allows the webhook to work independent of the name of the default branch on Github (which used to be master, but is now main and can be renamed by the repository owner).
FixesOpenUserJS#1781
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
CODESome other Code related issue and it should clearly describe what it is affecting in a comment.DOCPertains inclusively to the Documentation operations.securityUsually relates to something critical.UIPertains inclusively to the User Interface.
Github adopted main as default branch name. But it seems to cause 403 with the openuserjs github webhook sync feature.
How about supporting it?
The text was updated successfully, but these errors were encountered: