mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-13 00:30:41 +00:00
Robert Kaussow
242d91f099
BREAKING CHANGE: We have switched to 'main' as default branch. The 'master' branch is no longer maintained and will be removed after June 30, 2021!
60 lines
1.3 KiB
YAML
60 lines
1.3 KiB
YAML
---
|
|
repository:
|
|
name: hugo-geekblog
|
|
description: Hugo theme made for blogs
|
|
homepage: https://hugo-geekblog.geekdocs.de
|
|
topics: hugo, theme, hugo-theme, blog
|
|
|
|
private: false
|
|
has_issues: true
|
|
has_projects: false
|
|
has_wiki: false
|
|
has_downloads: false
|
|
|
|
default_branch: main
|
|
|
|
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:
|
|
- name: main
|
|
protection:
|
|
required_status_checks:
|
|
strict: true
|
|
contexts:
|
|
- continuous-integration/drone/pr
|
|
enforce_admins: false
|
|
restrictions:
|
|
users: []
|
|
teams: []
|