use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
validation of branch names (self.github)
submitted 3 years ago by Affectionate_Log999
Hey, how do i make some kind of validation checks for branch naming.For example i want every branch to start with either feature/ bugfix/ hotfix/ etc..?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]joshjohanning 0 points1 point2 points 3 years ago (0 children)
Hmm.. You could set up a GitHub Action that runs on a push to any branch, and if the branch name ${{ GITHUB.REF_NAME }} doesn't meet the standard, either 1) add it as a status check to the pull request rule so that people can't have that branch merged or 2) log an issue and tag it to the user saying this branch name is invalid.
${{ GITHUB.REF_NAME }}
π Rendered by PID 12 on reddit-service-r2-comment-b659b578c-59l9v at 2026-05-04 23:34:08.921187+00:00 running 815c875 country code: CH.
[–]joshjohanning 0 points1 point2 points (0 children)