From 999f94a00e19b67de348185011d143405a2548c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20M=C3=A4hr?= Date: Mon, 6 May 2024 09:42:39 +0200 Subject: [PATCH] ci: labeler removed due to overcomplicated config --- .github/labeler.yml | 52 ------------------------------------- .github/workflows/label.yml | 12 --------- README.md | 1 - 3 files changed, 65 deletions(-) delete mode 100644 .github/labeler.yml delete mode 100644 .github/workflows/label.yml diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index 196d536..0000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,52 +0,0 @@ -root: - - changed-files: - - any-glob-to-any-file: '*' - -AnyChange: - - changed-files: - - any-glob-to-any-file: '**' - -data: - - changed-files: - - any-glob-to-any-file: - - analysis/* - - build/* - - data/* - -docs: - - changed-files: - - any-glob-to-any-file: - - _layouts/* - - assets/* - - docs/* - - project-management/* - - _config.yml - - android-chrome-192x192.png - - android-chrome-512x512.png - - apple-touch-icon.png - - CODE_OF_CONDUCT.md - - CONTRIBUTING.md - - favicon-16x16.png - - favicon-32x32.png - - favicon.ico - - LICENSE-AGPL.md - - LICENSE-CCBY.md - - README.md - - SECURITY.md - - site.webmanifest - -github: - - changed-files: - - any-glob-to-any-file: - - .github/* - - .husky/* - -src: - - changed-files: - - any-glob-to-any-file: - - .dockerignore - - .gitattributes - - .gitignore - - example.env - - src/* - - test/* diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml deleted file mode 100644 index 342c1bd..0000000 --- a/.github/workflows/label.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: 'Pull Request Labeler' -on: - - pull_request_target - -jobs: - labeler: - permissions: - contents: read - pull-requests: write - runs-on: ubuntu-latest - steps: - - uses: actions/labeler@v5 diff --git a/README.md b/README.md index 00d6241..3435689 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ This GitHub template is independent of the (research) data and its format. It fo - Consistent versioning via [Semantic Versioning](https://semver.org/spec/v2.0.0.html) - Consistent [fork and pull](https://gist.github.com/Chaser324/ce0505fbed06b947d962) workflow via [GitHub branch protection](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule) - Consistent issues via [issue templates](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository) -- Consistent pull request labels via [labeler](https://github.com/actions/labeler) - Consistent file and folder naming conventions via [The Turing Way](https://the-turing-way.netlify.app/reproducible-research/rdm/rdm-storage.html#file-naming-conventions) ### Security