2019-04-10 12:57:20 +00:00
|
|
|
repository:
|
|
|
|
name: ansible-later
|
2020-09-27 12:56:49 +00:00
|
|
|
description: Another best practice scanner for Ansible roles and playbooks
|
2020-04-05 21:14:02 +00:00
|
|
|
homepage: https://ansible-later.geekdocs.de
|
2019-04-10 12:57:20 +00:00
|
|
|
topics: ansible, ansible-later, ansible-review, best practice
|
|
|
|
|
|
|
|
private: false
|
|
|
|
has_issues: true
|
|
|
|
has_wiki: false
|
|
|
|
has_downloads: true
|
|
|
|
|
2020-12-30 14:11:26 +00:00
|
|
|
default_branch: main
|
2019-04-10 12:57:20 +00: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 21:14:02 +00:00
|
|
|
- name: documentation
|
|
|
|
color: 0075ca
|
|
|
|
description: Improvements or additions to documentation
|
2019-04-10 12:57:20 +00: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 21:14:02 +00:00
|
|
|
|
|
|
|
branches:
|
2020-12-30 14:11:26 +00:00
|
|
|
- name: main
|
2020-04-05 21:14:02 +00:00
|
|
|
protection:
|
|
|
|
required_pull_request_reviews: null
|
|
|
|
required_status_checks:
|
2021-02-18 10:13:11 +00:00
|
|
|
strict: false
|
2020-04-05 21:14:02 +00:00
|
|
|
contexts:
|
|
|
|
- continuous-integration/drone/pr
|
|
|
|
enforce_admins: null
|
|
|
|
restrictions: null
|