From 4033ab72b4f1a6443838c7754be85ac28279a6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20M=C3=A4hr?= Date: Mon, 6 May 2024 09:47:02 +0200 Subject: [PATCH] ci: labeler removed due to overcomplicated config --- .github/labeler.yml | 26 -------------------------- .github/workflows/label.yml | 12 ------------ README.md | 1 - 3 files changed, 39 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 bf99ca3..0000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,26 +0,0 @@ -src: - - .dockerignore - - .gitattributes - - .gitignore - - example.env - - src/* - -docs: - - CODE_OF_CONDUCT.md - - CONTRIBUTING.md - - LICENSE.md - - README.md - - SECURITY.md - - _config.yml - - _layouts - - android-chrome-192x192.png - - android-chrome-512x512.png - - apple-touch-icon.png - - assets/* - - favicon-16x16.png - - favicon-32x32.png - - favicon.ico - - site.webmanifest - -github: - - .github/* diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml deleted file mode 100644 index 2cf703d..0000000 --- a/.github/workflows/label.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Pull Request Labeler - -on: - - pull_request_target - -jobs: - triage: - runs-on: ubuntu-latest - steps: - - uses: actions/labeler@v5 - with: - repo-token: '${{ secrets.GITHUB_TOKEN }}' diff --git a/README.md b/README.md index af544ac..494c9c7 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ This is a GitHub template designed for small projects that is independent of the - 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 labels for pull requests via [labeler](https://github.com/actions/labeler) ### Security