-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from butonic/add-github-folder
add .github folder
- Loading branch information
Showing
3 changed files
with
98 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
--- | ||
repository: | ||
name: ocis-reva | ||
description: ':arrows_counterclockwise: reva integration for oCIS' | ||
homepage: https://owncloud.github.io/ocis-reva/ | ||
topics: reva, ocis | ||
|
||
private: false | ||
has_issues: true | ||
has_projects: false | ||
has_wiki: true | ||
has_downloads: false | ||
|
||
default_branch: master | ||
|
||
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 | ||
- name: effort/trivial | ||
color: c2e0c6 | ||
description: Required effort to finish task | ||
- name: effort/0.25d | ||
color: c2e0c6 | ||
description: Required effort to finish task | ||
- name: effort/0.5d | ||
color: c2e0c6 | ||
description: Required effort to finish task | ||
- name: effort/1d | ||
color: c2e0c6 | ||
description: Required effort to finish task | ||
- name: effort/2d | ||
color: c2e0c6 | ||
description: Required effort to finish task | ||
- name: effort/4d | ||
color: c2e0c6 | ||
description: Required effort to finish task | ||
- name: effort/5d | ||
color: c2e0c6 | ||
description: Required effort to finish task | ||
- name: effort/10d | ||
color: c2e0c6 | ||
description: Required effort to finish task | ||
|
||
teams: | ||
- name: ci | ||
permission: admin | ||
- name: employees | ||
permission: push | ||
|
||
branches: | ||
- name: master | ||
protection: | ||
required_pull_request_reviews: | ||
required_approving_review_count: 1 | ||
dismiss_stale_reviews: false | ||
require_code_owner_reviews: false | ||
dismissal_restrictions: {} | ||
required_status_checks: | ||
strict: true | ||
contexts: | ||
- continuous-integration/drone/pr | ||
enforce_admins: false | ||
restrictions: | ||
users: [] | ||
teams: | ||
- ci | ||
- employees | ||
|
||
... |