-
Notifications
You must be signed in to change notification settings - Fork 0
KOS 저장소들의 기본 규칙을 설정한다 #5
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,6 @@ | ||
| # Deployment settings for safe-settings | ||
| # This configuration restricts safe-settings to only manage connect-auth-module repository | ||
|
|
||
| restrictedRepos: | ||
| # Exclude all repositories by default using wildcard | ||
| exclude: | ||
| - '*' | ||
| # Explicitly include only connect-auth-module | ||
| - .github | ||
| include: | ||
| - connect-auth-module | ||
| - * | ||
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| autolinks: | ||
| - key_prefix: "KT-" | ||
| url_template: "https://notion.so/KT-<num>" | ||
| is_alphanumeric: false | ||
|
|
||
| repository: | ||
| # Either `true` to allow squash-merging pull requests, or `false` to prevent | ||
| # squash-merging. | ||
| allow_squash_merge: false | ||
|
|
||
| # Either `true` to allow merging pull requests with a merge commit, or `false` | ||
| # to prevent merging pull requests with merge commits. | ||
| allow_merge_commit: false | ||
|
|
||
| # Either `true` to allow rebase-merging pull requests, or `false` to prevent | ||
| # rebase-merging. | ||
| allow_rebase_merge: true | ||
|
|
||
| # Either `true` to allow auto-merge on pull requests, or `false` to disallow auto-merge. | ||
| allow_auto_merge: true | ||
|
|
||
| # Either `true` to always allow a pull request head branch that is behind its base | ||
| # branch to be updated even if it is not required to be up to date before merging, | ||
| # or `false` otherwise. | ||
| allow_update_branch: true | ||
|
|
||
| # Either true to allow automatically deleting head branches | ||
| # when pull requests are merged, or false to prevent automatic deletion. | ||
| delete_head_branch_on_merge: true | ||
|
|
||
| # Either true to allow private forks, or false to prevent private forks. | ||
| allow_forking: false |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
요런 형태도 가능하다고 아는데 전체 레포 대상이여도 괜찮나 싶어서 남겨 봅니다.
아니면 private 레포만 포함되게 안될려나요?
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.
아앗... 이미 머지되었어 ㅠ
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.
전체 레포 대상으로 설정할거라 불필요하지 않을지요
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.
poc, playgound 성격 혹은 오픈소스 포크 버전에도 저 룰이 적용되어야 하나 싶어서 남겨보았습니다.
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.
오토링크나 병합 규칙 정도는 괜찮지 않아요?
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.
저 밑에 설정을 뒤늦게 봤어서, 모르고 있었네요.!
고민하고 있었던 것은 main 브랜치 보호 룰도 포함된 줄 알았어요.!