app icon indicating copy to clipboard operation
app copied to clipboard

Question: How to configure organization-wide settings using the .github repository?

Open dgokcin opened this issue 1 year ago • 4 comments

Hello

I would like to ask what is the best way of configuring some settings organization-wide and extending it for repositories. If I create a .github repository in my organization and only add the settings.yml file with only the following config, would a repository that DOES NOT have a settings.yml file in its .github directory have the fix label or it needs to have a settings.yml file which will only have a _extends: .github inside? Any help is appreciated.

Thanks

labels:
  - name: fix
    color: '#E1A296'
    description: A label used to mark fixes for automatic release notes generation.

dgokcin avatar Oct 05 '22 09:10 dgokcin

https://github.com/github/safe-settings is built for this purpose and uses probot under the hood

m-schrepel avatar Oct 12 '22 21:10 m-schrepel

I've been using the .github repository for Org-wide settings as well... This feature here would be great...

marcellodesales avatar Dec 14 '23 14:12 marcellodesales

@marcellodesales I think this repository is not actively being maintained atm.

dgokcin avatar Dec 14 '23 14:12 dgokcin

@dgokcin I don't see any notice of that... thank you for the heads up

marcellodesales avatar Dec 14 '23 19:12 marcellodesales