-
Notifications
You must be signed in to change notification settings - Fork 78
Manage GitHub settings via Probot #654
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
base: master
Are you sure you want to change the base?
Changes from 1 commit
85cbed8
2cee4c2
e141442
ce9f1e3
d3a3171
b03dd16
87b74d2
aef8dea
9c738c3
e77e6f5
be28ac3
1336e19
0378109
78289bf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| repository: | ||
| private: false | ||
| has_issues: true | ||
| has_projects: false | ||
| has_wiki: false | ||
| has_downloads: true | ||
| default_branch: master | ||
| allow_squash_merge: true | ||
| allow_merge_commit: true | ||
| allow_rebase_merge: true | ||
| delete_branch_on_merge: true | ||
| archived: false | ||
|
|
||
| branches: | ||
| - name: master | ||
| protection: | ||
| required_pull_request_reviews: | ||
| required_approving_review_count: 1 | ||
| dismiss_stale_reviews: true | ||
| require_code_owner_reviews: true | ||
| required_status_checks: | ||
| strict: true | ||
| contexts: ['continuous-integration/travis-ci'] | ||
|
||
| enforce_admins: true | ||
| restrictions: null | ||
| required_signatures: true | ||
| - name: modulesync | ||
| protection: | ||
| required_pull_request_reviews: null | ||
| required_status_checks: | ||
| strict: true | ||
| contexts: ['continuous-integration/travis-ci'] | ||
| enforce_admins: true | ||
| restrictions: null | ||
| required_signatures: true | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| .github/settings.yml @voxpupuli/project-maintainers | ||
|
|
||
| * @voxpupuli/collaborators |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this, but have we checked whether this is actually true? Or do you want to do that as part of the modulesync review?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be possible to loop over
managed_modules.ymlto fetch the current values regardingprojectsandwiki.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many repositories use
projectsand / orwikibecause this is a default value during the creation process. I think we need to check this manually during themodulesyncand modify it if necessary via.sync.yml.