0
0
mirror of https://github.com/thegeeklab/retry.git synced 2024-06-02 18:29:39 +02:00
retry/.github/settings.yml

60 lines
1.4 KiB
YAML
Raw Normal View History

2021-05-17 13:40:25 +02:00
repository:
name: retry
description: Retry any shell command
2022-11-02 21:34:28 +01:00
topics: cli, tools, oci
2021-05-17 13:40:25 +02:00
private: false
has_issues: true
has_wiki: false
2022-11-02 21:34:28 +01:00
has_downloads: true
2021-05-17 13:40:25 +02:00
2022-11-02 21:34:28 +01:00
default_branch: main
2021-05-17 13:40:25 +02:00
allow_squash_merge: true
allow_merge_commit: true
allow_rebase_merge: true
labels:
- name: bug
color: d73a4a
description: Something isn't working
- name: documentation
color: 0075ca
description: Improvements or additions to documentation
- name: duplicate
color: cfd3d7
description: This issue or pull request already exists
- name: enhancement
color: a2eeef
description: New feature or request
- name: good first issue
color: 7057ff
description: Good for newcomers
- name: help wanted
color: 008672
description: Extra attention is needed
- name: invalid
color: e4e669
description: This doesn't seem right
- name: question
color: d876e3
description: Further information is requested
- name: wontfix
color: ffffff
description: This will not be worked on
branches:
2022-11-02 21:34:28 +01:00
- name: main
2021-05-17 13:40:25 +02:00
protection:
required_pull_request_reviews: null
required_status_checks:
strict: false
2021-05-17 13:40:25 +02:00
contexts:
- ci/woodpecker/pr/test
2023-10-02 08:38:15 +02:00
- ci/woodpecker/pr/build-package
2023-08-22 09:19:02 +02:00
- ci/woodpecker/pr/build-container
- ci/woodpecker/pr/docs
enforce_admins: false
2022-11-02 21:34:28 +01:00
required_linear_history: true
restrictions: null