diff --git a/.github/labeler.yml b/.github/labeler.yml index c858c3d685..1ef8d7518c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -10,28 +10,6 @@ # master as needed and also create multiple Pull Requests to confirm labels are # properly added. -ruby: [ - { - "changed-files": [ - { - "any-glob-to-any-file": "**/*.rb" - } - ] - } -] - -erb: - - changed-files: - - any-glob-to-any-file: "**/*.erb" - -javascript: - - changed-files: - - any-glob-to-any-file: ["**/*.js", "package*.json", "yarn.lock"] - -Tests! 🎉💖👏: - - changed-files: - - any-glob-to-any-file: ["app/javascript/__tests__/**.test.js", "spec/**/*_spec.rb"] - -dependencies: - - changed-files: - - any-glob-to-any-file: ["Gemfile*", "package*.json", "yarn.lock"] +Documentation: +- changed-files: + - any-glob-to-any-file: 'docs/*'