2019-06-07 10:32:16 +00:00
|
|
|
repository:
|
2023-08-14 19:19:39 +00:00
|
|
|
name: wp-git-action
|
2023-08-19 13:54:37 +00:00
|
|
|
description: Woodpecker CI plugin to perform git actions
|
2023-08-29 07:10:44 +00:00
|
|
|
homepage: https://woodpecker-plugins.geekdocs.de/plugins/wp-git-action
|
2023-08-15 21:17:17 +00:00
|
|
|
topics: woodpecker-ci, woodpecker, woodpecker-plugin
|
2019-06-07 10:32:16 +00:00
|
|
|
|
|
|
|
private: false
|
|
|
|
has_issues: true
|
|
|
|
has_wiki: false
|
2022-11-27 13:33:39 +00:00
|
|
|
has_downloads: true
|
2019-06-07 10:32:16 +00:00
|
|
|
|
2022-11-27 13:33:39 +00:00
|
|
|
default_branch: main
|
2019-06-07 10:32:16 +00:00
|
|
|
|
|
|
|
allow_squash_merge: true
|
|
|
|
allow_merge_commit: true
|
|
|
|
allow_rebase_merge: true
|
|
|
|
|
|
|
|
labels:
|
|
|
|
- name: bug
|
|
|
|
color: d73a4a
|
|
|
|
description: Something isn't working
|
2022-11-27 13:33:39 +00:00
|
|
|
- name: documentation
|
|
|
|
color: 0075ca
|
|
|
|
description: Improvements or additions to documentation
|
2019-06-07 10:32:16 +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
|
|
|
|
|
|
|
|
branches:
|
2022-11-27 13:33:39 +00:00
|
|
|
- name: main
|
2019-06-07 10:32:16 +00:00
|
|
|
protection:
|
2022-11-27 13:33:39 +00:00
|
|
|
required_pull_request_reviews: null
|
2019-06-07 10:32:16 +00:00
|
|
|
required_status_checks:
|
2022-11-27 13:33:39 +00:00
|
|
|
strict: false
|
2019-06-07 10:32:16 +00:00
|
|
|
contexts:
|
2023-08-14 19:19:39 +00:00
|
|
|
- ci/woodpecker/pr/test
|
2023-08-22 07:46:03 +00:00
|
|
|
- ci/woodpecker/pr/build-package
|
2023-08-14 19:19:39 +00:00
|
|
|
- ci/woodpecker/pr/build-container
|
|
|
|
- ci/woodpecker/pr/docs
|
|
|
|
enforce_admins: false
|
2022-11-27 13:33:39 +00:00
|
|
|
required_linear_history: true
|
|
|
|
restrictions: null
|
|
|
|
- name: docs
|
|
|
|
protection:
|
|
|
|
required_pull_request_reviews: null
|
|
|
|
required_status_checks: null
|
|
|
|
enforce_admins: true
|
|
|
|
required_linear_history: true
|
2019-06-07 10:32:16 +00:00
|
|
|
restrictions:
|
2022-11-27 13:33:39 +00:00
|
|
|
apps: []
|
2019-06-07 10:32:16 +00:00
|
|
|
users: []
|
2022-11-27 13:33:39 +00:00
|
|
|
teams:
|
|
|
|
- bot
|