ansible-later/.github/settings.yml

63 lines
1.6 KiB
YAML
Raw Normal View History

2019-04-10 14:57:20 +02:00
repository:
name: ansible-later
2020-09-27 14:56:49 +02:00
description: Another best practice scanner for Ansible roles and playbooks
2020-04-05 23:14:02 +02:00
homepage: https://ansible-later.geekdocs.de
2019-04-10 14:57:20 +02:00
topics: ansible, ansible-later, ansible-review, best practice
private: false
has_issues: true
2021-05-25 18:01:01 +02:00
has_projects: false
2019-04-10 14:57:20 +02:00
has_wiki: false
has_downloads: true
default_branch: main
2019-04-10 14:57:20 +02:00
allow_squash_merge: true
allow_merge_commit: true
allow_rebase_merge: true
labels:
- name: bug
color: d73a4a
description: Something isn't working
2020-04-05 23:14:02 +02:00
- name: documentation
color: 0075ca
description: Improvements or additions to documentation
2019-04-10 14:57:20 +02:00
- 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
2020-04-05 23:14:02 +02:00
branches:
- name: main
2020-04-05 23:14:02 +02:00
protection:
required_pull_request_reviews: null
required_status_checks:
strict: false
2020-04-05 23:14:02 +02:00
contexts:
2023-08-25 00:07:23 +02:00
- ci/woodpecker/pr/lint
- ci/woodpecker/pr/test
2023-08-25 00:07:23 +02:00
- ci/woodpecker/pr/build-package
- ci/woodpecker/pr/build-container
- ci/woodpecker/pr/docs
enforce_admins: false
2022-07-21 09:50:58 +02:00
required_linear_history: true
2020-04-05 23:14:02 +02:00
restrictions: null