Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions safe-settings/deployment-settings.yml
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
- *
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
- *
- connect-*-module

요런 형태도 가능하다고 아는데 전체 레포 대상이여도 괜찮나 싶어서 남겨 봅니다.

아니면 private 레포만 포함되게 안될려나요?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

아앗... 이미 머지되었어 ㅠ

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

전체 레포 대상으로 설정할거라 불필요하지 않을지요

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

poc, playgound 성격 혹은 오픈소스 포크 버전에도 저 룰이 적용되어야 하나 싶어서 남겨보았습니다.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

오토링크나 병합 규칙 정도는 괜찮지 않아요?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

저 밑에 설정을 뒤늦게 봤어서, 모르고 있었네요.!

고민하고 있었던 것은 main 브랜치 보호 룰도 포함된 줄 알았어요.!

26 changes: 0 additions & 26 deletions safe-settings/repos/connect-auth-module.yml

This file was deleted.

32 changes: 32 additions & 0 deletions safe-settings/settings.yml
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