mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 16:09:33 +01:00
chore(gh): Allow contributors to update repo settings
This commit is contained in:
parent
40ca351feb
commit
29d1ccab21
1 changed files with 45 additions and 0 deletions
45
.github/settings.yml
vendored
Normal file
45
.github/settings.yml
vendored
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
# These settings are synced to GitHub by https://probot.github.io/apps/settings/
|
||||||
|
|
||||||
|
repository:
|
||||||
|
description: A GitHub Action for running cargo-semver-checks
|
||||||
|
topics: rust cargo semver action
|
||||||
|
has_issues: true
|
||||||
|
has_projects: true
|
||||||
|
has_wiki: true
|
||||||
|
has_downloads: true
|
||||||
|
default_branch: main
|
||||||
|
|
||||||
|
allow_squash_merge: true
|
||||||
|
allow_merge_commit: true
|
||||||
|
allow_rebase_merge: true
|
||||||
|
|
||||||
|
allow_auto_merge: true
|
||||||
|
delete_branch_on_merge: true
|
||||||
|
|
||||||
|
labels:
|
||||||
|
- name: A-action
|
||||||
|
color: '#f7e101'
|
||||||
|
description: "Area: the action itself"
|
||||||
|
- name: A-docs
|
||||||
|
color: '#f7e101'
|
||||||
|
description: "Area: documentation for the command and lints"
|
||||||
|
- name: C-bug
|
||||||
|
color: '#b60205'
|
||||||
|
description: "Category: doesn't meet expectations"
|
||||||
|
- name: C-enhancement
|
||||||
|
color: '#1d76db'
|
||||||
|
description: "Category: raise the bar on expectations"
|
||||||
|
- name: M-breaking-change
|
||||||
|
color: "#E10C02"
|
||||||
|
description: "Meta: Implementing or merging this will introduce a breaking change."
|
||||||
|
- name: E-help-wanted
|
||||||
|
color: '#02E10C'
|
||||||
|
description: "Call for participation: Help is requested to fix this issue."
|
||||||
|
|
||||||
|
branches:
|
||||||
|
- name: main
|
||||||
|
protection:
|
||||||
|
required_pull_request_reviews: null
|
||||||
|
required_conversation_resolution: true
|
||||||
|
enforce_admins: false
|
||||||
|
restrictions: null
|
Loading…
Reference in a new issue