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