From d8554a568508925ffcf9abd8a744ffa00785f52d Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 5 Oct 2020 14:31:50 +0545 Subject: [PATCH] Delete excess .github from extension folders --- accounts/.github/config.yml | 12 --- accounts/.github/issue_template.md | 0 accounts/.github/pull_request_template.md | 0 accounts/.github/settings.yml | 98 ------------------ glauth/.github/config.yml | 12 --- glauth/.github/issue_template.md | 0 glauth/.github/pull_request_template.md | 0 glauth/.github/settings.yml | 98 ------------------ konnectd/.github/config.yml | 12 --- konnectd/.github/issue_template.md | 0 konnectd/.github/pull_request_template.md | 0 konnectd/.github/settings.yml | 98 ------------------ ocis-phoenix/.github/config.yml | 12 --- ocis-phoenix/.github/issue_template.md | 0 ocis-phoenix/.github/pull_request_template.md | 0 ocis-phoenix/.github/settings.yml | 98 ------------------ ocis-pkg/.github/config.yml | 12 --- ocis-pkg/.github/issue_template.md | 0 ocis-pkg/.github/pull_request_template.md | 0 ocis-pkg/.github/settings.yml | 98 ------------------ ocis-reva/.github/config.yml | 12 --- ocis-reva/.github/issue_template.md | 0 ocis-reva/.github/pull_request_template.md | 0 ocis-reva/.github/settings.yml | 98 ------------------ ocs/.github/config.yml | 12 --- ocs/.github/issue_template.md | 0 ocs/.github/pull_request_template.md | 0 ocs/.github/settings.yml | 98 ------------------ proxy/.github/config.yml | 12 --- proxy/.github/issue_template.md | 0 proxy/.github/pull_request_template.md | 0 proxy/.github/settings.yml | 98 ------------------ settings/.github/config.yml | 12 --- settings/.github/settings.yml | 98 ------------------ store/.github/config.yml | 13 --- store/.github/settings.yml | 99 ------------------- thumbnails/.github/config.yml | 13 --- thumbnails/.github/issue_template.md | 0 thumbnails/.github/pull_request_template.md | 0 thumbnails/.github/settings.yml | 98 ------------------ webdav/.github/config.yml | 12 --- webdav/.github/issue_template.md | 0 webdav/.github/pull_request_template.md | 0 webdav/.github/settings.yml | 98 ------------------ 44 files changed, 1323 deletions(-) delete mode 100644 accounts/.github/config.yml delete mode 100644 accounts/.github/issue_template.md delete mode 100644 accounts/.github/pull_request_template.md delete mode 100644 accounts/.github/settings.yml delete mode 100644 glauth/.github/config.yml delete mode 100644 glauth/.github/issue_template.md delete mode 100644 glauth/.github/pull_request_template.md delete mode 100644 glauth/.github/settings.yml delete mode 100644 konnectd/.github/config.yml delete mode 100644 konnectd/.github/issue_template.md delete mode 100644 konnectd/.github/pull_request_template.md delete mode 100644 konnectd/.github/settings.yml delete mode 100644 ocis-phoenix/.github/config.yml delete mode 100644 ocis-phoenix/.github/issue_template.md delete mode 100644 ocis-phoenix/.github/pull_request_template.md delete mode 100644 ocis-phoenix/.github/settings.yml delete mode 100644 ocis-pkg/.github/config.yml delete mode 100644 ocis-pkg/.github/issue_template.md delete mode 100644 ocis-pkg/.github/pull_request_template.md delete mode 100644 ocis-pkg/.github/settings.yml delete mode 100644 ocis-reva/.github/config.yml delete mode 100644 ocis-reva/.github/issue_template.md delete mode 100644 ocis-reva/.github/pull_request_template.md delete mode 100644 ocis-reva/.github/settings.yml delete mode 100644 ocs/.github/config.yml delete mode 100644 ocs/.github/issue_template.md delete mode 100644 ocs/.github/pull_request_template.md delete mode 100644 ocs/.github/settings.yml delete mode 100644 proxy/.github/config.yml delete mode 100644 proxy/.github/issue_template.md delete mode 100644 proxy/.github/pull_request_template.md delete mode 100644 proxy/.github/settings.yml delete mode 100644 settings/.github/config.yml delete mode 100644 settings/.github/settings.yml delete mode 100644 store/.github/config.yml delete mode 100644 store/.github/settings.yml delete mode 100644 thumbnails/.github/config.yml delete mode 100644 thumbnails/.github/issue_template.md delete mode 100644 thumbnails/.github/pull_request_template.md delete mode 100644 thumbnails/.github/settings.yml delete mode 100644 webdav/.github/config.yml delete mode 100644 webdav/.github/issue_template.md delete mode 100644 webdav/.github/pull_request_template.md delete mode 100644 webdav/.github/settings.yml diff --git a/accounts/.github/config.yml b/accounts/.github/config.yml deleted file mode 100644 index d39920e20..000000000 --- a/accounts/.github/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration for update-docs - https://github.com/behaviorbot/update-docs - -# Comment to be posted to on PRs that don't update documentation -updateDocsComment: > - Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/ocis/accounts/blob/master/changelog/README.md) item based on your changes. -updateDocsWhiteList: - - Tests-only - - tests-only - - Tests-Only - -updateDocsTargetFiles: - - changelog/unreleased/ diff --git a/accounts/.github/issue_template.md b/accounts/.github/issue_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/accounts/.github/pull_request_template.md b/accounts/.github/pull_request_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/accounts/.github/settings.yml b/accounts/.github/settings.yml deleted file mode 100644 index 0668e8885..000000000 --- a/accounts/.github/settings.yml +++ /dev/null @@ -1,98 +0,0 @@ ---- -repository: - name: ocis-accounts - description: ':busts_in_silhouette: Serve Accounts for oCIS' - homepage: https://owncloud.github.io/extensions/ocis_accounts/ - topics: reva, ocis - - private: false - has_issues: true - has_projects: false - has_wiki: false - 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 - -... diff --git a/glauth/.github/config.yml b/glauth/.github/config.yml deleted file mode 100644 index a71bc42ea..000000000 --- a/glauth/.github/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration for update-docs - https://github.com/behaviorbot/update-docs - -# Comment to be posted to on PRs that don't update documentation -updateDocsComment: > - Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/ocis/glauth/blob/master/changelog/README.md) item based on your changes. -updateDocsWhiteList: - - Tests-only - - tests-only - - Tests-Only - -updateDocsTargetFiles: - - changelog/unreleased/ diff --git a/glauth/.github/issue_template.md b/glauth/.github/issue_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/glauth/.github/pull_request_template.md b/glauth/.github/pull_request_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/glauth/.github/settings.yml b/glauth/.github/settings.yml deleted file mode 100644 index 92005da06..000000000 --- a/glauth/.github/settings.yml +++ /dev/null @@ -1,98 +0,0 @@ ---- -repository: - name: ocis-glauth - description: ':atom_symbol: GLAuth for OCIS' - homepage: https://owncloud.github.io/ocis-glauth/ - topics: reva, ocis - - private: false - has_issues: true - has_projects: false - has_wiki: false - 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 - -... diff --git a/konnectd/.github/config.yml b/konnectd/.github/config.yml deleted file mode 100644 index 1d836c145..000000000 --- a/konnectd/.github/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration for update-docs - https://github.com/behaviorbot/update-docs - -# Comment to be posted to on PRs that don't update documentation -updateDocsComment: > - Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/ocis/konnectd/blob/master/changelog/README.md) item based on your changes. -updateDocsWhiteList: - - Tests-only - - tests-only - - Tests-Only - -updateDocsTargetFiles: - - changelog/unreleased/ diff --git a/konnectd/.github/issue_template.md b/konnectd/.github/issue_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/konnectd/.github/pull_request_template.md b/konnectd/.github/pull_request_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/konnectd/.github/settings.yml b/konnectd/.github/settings.yml deleted file mode 100644 index c932d206c..000000000 --- a/konnectd/.github/settings.yml +++ /dev/null @@ -1,98 +0,0 @@ ---- -repository: - name: ocis-konnectd - description: ':atom_symbol: Serve Konnectd for oCIS' - homepage: https://owncloud.github.io/ocis-konnectd/ - topics: reva, ocis - - private: false - has_issues: true - has_projects: false - has_wiki: false - 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 - -... diff --git a/ocis-phoenix/.github/config.yml b/ocis-phoenix/.github/config.yml deleted file mode 100644 index b8f69fa2c..000000000 --- a/ocis-phoenix/.github/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration for update-docs - https://github.com/behaviorbot/update-docs - -# Comment to be posted to on PRs that don't update documentation -updateDocsComment: > - Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/ocis/ocis-phoenix/blob/master/changelog/README.md) item based on your changes. -updateDocsWhiteList: - - Tests-only - - tests-only - - Tests-Only - -updateDocsTargetFiles: - - changelog/unreleased/ diff --git a/ocis-phoenix/.github/issue_template.md b/ocis-phoenix/.github/issue_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/ocis-phoenix/.github/pull_request_template.md b/ocis-phoenix/.github/pull_request_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/ocis-phoenix/.github/settings.yml b/ocis-phoenix/.github/settings.yml deleted file mode 100644 index 77a2d1d82..000000000 --- a/ocis-phoenix/.github/settings.yml +++ /dev/null @@ -1,98 +0,0 @@ ---- -repository: - name: ocis-phoenix - description: ':atom_symbol: Serve Phoenix for oCIS' - homepage: https://owncloud.github.io/ocis-phoenix/ - topics: reva, ocis - - private: false - has_issues: true - has_projects: false - has_wiki: false - 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 - -... diff --git a/ocis-pkg/.github/config.yml b/ocis-pkg/.github/config.yml deleted file mode 100644 index 2fd49e226..000000000 --- a/ocis-pkg/.github/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration for update-docs - https://github.com/behaviorbot/update-docs - -# Comment to be posted to on PRs that don't update documentation -updateDocsComment: > - Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/ocis-pkg/blob/master/changelog/README.md) item based on your changes. -updateDocsWhiteList: - - Tests-only - - tests-only - - Tests-Only - -updateDocsTargetFiles: - - changelog/unreleased/ diff --git a/ocis-pkg/.github/issue_template.md b/ocis-pkg/.github/issue_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/ocis-pkg/.github/pull_request_template.md b/ocis-pkg/.github/pull_request_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/ocis-pkg/.github/settings.yml b/ocis-pkg/.github/settings.yml deleted file mode 100644 index 59824145f..000000000 --- a/ocis-pkg/.github/settings.yml +++ /dev/null @@ -1,98 +0,0 @@ ---- -repository: - name: ocis-pkg - description: ':atom_symbol: Shared library for oCIS' - homepage: http://godoc.org/github.com/owncloud/ocis-pkg/ - topics: reva, ocis - - private: false - has_issues: true - has_projects: false - has_wiki: false - 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 - -... diff --git a/ocis-reva/.github/config.yml b/ocis-reva/.github/config.yml deleted file mode 100644 index fa6b2c925..000000000 --- a/ocis-reva/.github/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration for update-docs - https://github.com/behaviorbot/update-docs - -# Comment to be posted to on PRs that don't update documentation -updateDocsComment: > - Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/ocis/ocis-revablob/master/changelog/README.md) item based on your changes. -updateDocsWhiteList: - - Tests-only - - tests-only - - Tests-Only - -updateDocsTargetFiles: - - changelog/unreleased/ diff --git a/ocis-reva/.github/issue_template.md b/ocis-reva/.github/issue_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/ocis-reva/.github/pull_request_template.md b/ocis-reva/.github/pull_request_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/ocis-reva/.github/settings.yml b/ocis-reva/.github/settings.yml deleted file mode 100644 index bf6f83731..000000000 --- a/ocis-reva/.github/settings.yml +++ /dev/null @@ -1,98 +0,0 @@ ---- -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 - -... diff --git a/ocs/.github/config.yml b/ocs/.github/config.yml deleted file mode 100644 index d036e3988..000000000 --- a/ocs/.github/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration for update-docs - https://github.com/behaviorbot/update-docs - -# Comment to be posted to on PRs that don't update documentation -updateDocsComment: > - Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/ocis/ocs/blob/master/changelog/README.md) item based on your changes. -updateDocsWhiteList: - - Tests-only - - tests-only - - Tests-Only - -updateDocsTargetFiles: - - changelog/unreleased/ diff --git a/ocs/.github/issue_template.md b/ocs/.github/issue_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/ocs/.github/pull_request_template.md b/ocs/.github/pull_request_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/ocs/.github/settings.yml b/ocs/.github/settings.yml deleted file mode 100644 index ee76fdc8b..000000000 --- a/ocs/.github/settings.yml +++ /dev/null @@ -1,98 +0,0 @@ ---- -repository: - name: ocis-ocs - description: ':atom_symbol: Serve OCS API for oCIS' - homepage: https://owncloud.github.io/ocis-ocs/ - topics: reva, ocis - - private: false - has_issues: true - has_projects: false - has_wiki: false - 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 - -... diff --git a/proxy/.github/config.yml b/proxy/.github/config.yml deleted file mode 100644 index 85e051ee0..000000000 --- a/proxy/.github/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration for update-docs - https://github.com/behaviorbot/update-docs - -# Comment to be posted to on PRs that don't update documentation -updateDocsComment: > - Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/ocis/proxy/blob/master/changelog/README.md) item based on your changes. -updateDocsWhiteList: - - Tests-only - - tests-only - - Tests-Only - -updateDocsTargetFiles: - - changelog/unreleased/ diff --git a/proxy/.github/issue_template.md b/proxy/.github/issue_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/proxy/.github/pull_request_template.md b/proxy/.github/pull_request_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/proxy/.github/settings.yml b/proxy/.github/settings.yml deleted file mode 100644 index 88826501b..000000000 --- a/proxy/.github/settings.yml +++ /dev/null @@ -1,98 +0,0 @@ ---- -repository: - name: ocis-proxy - description: ':bridge_at_night: Reverse proxy for oCIS' - homepage: https://owncloud.github.io/ocis-proxy/ - topics: ocis - - private: false - has_issues: true - has_projects: false - has_wiki: false - 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 - -... diff --git a/settings/.github/config.yml b/settings/.github/config.yml deleted file mode 100644 index b81cbaeb9..000000000 --- a/settings/.github/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration for update-docs - https://github.com/behaviorbot/update-docs - -# Comment to be posted to on PRs that don't update documentation -updateDocsComment: > - Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/ocis/settings/blob/master/changelog/README.md) item based on your changes. -updateDocsWhiteList: - - Tests-only - - tests-only - - Tests-Only - -updateDocsTargetFiles: - - changelog/unreleased/ diff --git a/settings/.github/settings.yml b/settings/.github/settings.yml deleted file mode 100644 index 205684d5a..000000000 --- a/settings/.github/settings.yml +++ /dev/null @@ -1,98 +0,0 @@ ---- -repository: - name: ocis-settings - description: ':atom_symbol: Settings Service for oCIS' - homepage: https://owncloud.github.io/extensions/ocis_settings/ - topics: reva, ocis - - private: false - has_issues: true - has_projects: false - has_wiki: false - 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 - -... diff --git a/store/.github/config.yml b/store/.github/config.yml deleted file mode 100644 index 041425528..000000000 --- a/store/.github/config.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Configuration for update-docs - https://github.com/behaviorbot/update-docs - -# Comment to be posted to on PRs that don't update documentation -updateDocsComment: > - Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/ocis/store/blob/master/changelog/README.md) item based on your changes. -updateDocsWhiteList: - - Tests-only - - tests-only - - Tests-Only - -updateDocsTargetFiles: - - changelog/unreleased/ - diff --git a/store/.github/settings.yml b/store/.github/settings.yml deleted file mode 100644 index 1e6c48700..000000000 --- a/store/.github/settings.yml +++ /dev/null @@ -1,99 +0,0 @@ ---- -repository: - name: ocis-store - description: ':atom_symbol: Store Service for oCIS' - homepage: https://owncloud.github.io/extensions/ocis_store/ - topics: reva, ocis - - private: false - has_issues: true - has_projects: false - has_wiki: false - 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 - -... -.. diff --git a/thumbnails/.github/config.yml b/thumbnails/.github/config.yml deleted file mode 100644 index 81ed5ce40..000000000 --- a/thumbnails/.github/config.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Configuration for update-docs - https://github.com/behaviorbot/update-docs - -# Comment to be posted to on PRs that don't update documentation -updateDocsComment: > - Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/ocis/thumbnails/blob/master/changelog/README.md) item based on your changes. - -updateDocsWhiteList: - - Tests-only - - tests-only - - Tests-Only - -updateDocsTargetFiles: - - changelog/unreleased/ diff --git a/thumbnails/.github/issue_template.md b/thumbnails/.github/issue_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/thumbnails/.github/pull_request_template.md b/thumbnails/.github/pull_request_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/thumbnails/.github/settings.yml b/thumbnails/.github/settings.yml deleted file mode 100644 index bc11f70cc..000000000 --- a/thumbnails/.github/settings.yml +++ /dev/null @@ -1,98 +0,0 @@ ---- -repository: - name: ocis-thumbnails - description: ':atom_symbol: Thumbnail Generator for oCIS' - homepage: https://owncloud.github.io/ocis-thumbnails/ - topics: reva, ocis - - private: false - has_issues: true - has_projects: false - has_wiki: false - 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 - -... diff --git a/webdav/.github/config.yml b/webdav/.github/config.yml deleted file mode 100644 index b1e65d773..000000000 --- a/webdav/.github/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration for update-docs - https://github.com/behaviorbot/update-docs - -# Comment to be posted to on PRs that don't update documentation -updateDocsComment: > - Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a [changelog](https://github.com/owncloud/ocis/webdav/blob/master/changelog/README.md) item based on your changes. -updateDocsWhiteList: - - Tests-only - - tests-only - - Tests-Only - -updateDocsTargetFiles: - - changelog/unreleased/ diff --git a/webdav/.github/issue_template.md b/webdav/.github/issue_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/webdav/.github/pull_request_template.md b/webdav/.github/pull_request_template.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/webdav/.github/settings.yml b/webdav/.github/settings.yml deleted file mode 100644 index da18f979e..000000000 --- a/webdav/.github/settings.yml +++ /dev/null @@ -1,98 +0,0 @@ ---- -repository: - name: ocis-webdav - description: ':atom_symbol: Serve WebDAV API for oCIS' - homepage: https://owncloud.github.io/ocis-webdav/ - topics: reva, ocis - - private: false - has_issues: true - has_projects: false - has_wiki: false - 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 - -...