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

feat: Add a check to ensure certain settings are standardized. #494

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

feanil
Copy link
Contributor

@feanil feanil commented Mar 25, 2024

This check looks at the settings on all repos and ensures that they are
set the same. To begin with the following settings are ensured:

  • Issues should be enabled.
  • Wikis should be disabled. The confluence wiki should be used.
  • Allow auto-merge to be used. (Does not enable auto-merge, just allows committers to enable it on a per PR basis.)
  • Branches should be deleted on merge.

This check looks at the settings on all repos and ensures that they are
set the same.  To begin with the following settings are ensured:

- Issues should be enabled.
- Wikis should be disabled.  The confluence wiki should be used.
- Allow auto-merge to be used. (Does not enable auto-merge, just allows committers to enable it on a per PR basis.)
- Branches should be deleted on merge.
@feanil feanil requested a review from kdmccormick March 25, 2024 15:13
Copy link
Member

@kdmccormick kdmccormick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

The edx-platform wiki has some useful nuggets of arcane knowledge that I didn't want to lose. Fortunately, it turns out the GitHub wikis are just markdown in git repos, so I was able to clone and push it here: https://github.com/openedx-unsupported/edx-platform-wiki. So you should be all set to run this and turn off the edx-platform wiki once and for all 😄

@feanil feanil merged commit 4fa10bf into master Mar 25, 2024
4 checks passed
@feanil feanil deleted the feanil/repo_settings_check branch March 25, 2024 19:12
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

Successfully merging this pull request may close these issues.

2 participants