Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dgokcin opened this issue Oct 5, 2022 · 4 comments

Comments

@dgokcin
Copy link

dgokcin commented Oct 5, 2022

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.

@m-schrepel
Copy link

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

@marcellodesales
Copy link

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

@dgokcin
Copy link
Author

dgokcin commented Dec 14, 2023

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

@marcellodesales
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants