diff --git a/.github/labeler.yml b/.github/labeler.yml index 3a745fe61..53b64fe85 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,32 +1,43 @@ ✅ actions: - - .github/**/* + - changed-files: + - any-glob-to-any-file: .github/**/* ↔️ migrations: - - db/migrate/* - - db/schema.rb + - changed-files: + - any-glob-to-any-file: + - db/migrate/* + - db/schema.rb 🌱 seeds: - - db/seeds/* - - db/seeds.rb + - changed-files: + - any-glob-to-any-file: + - db/seeds/* + - db/seeds.rb 🐳 docker: - - docker_files/* - - docker-compose.yml + - changed-files: + - any-glob-to-any-file: + - docker_files/* + - docker-compose.yml ":spider_web: dependencies": - - Gemfile - - Gemfile.lock + - changed-files: + - any-glob-to-any-file: + - Gemfile + - Gemfile.lock 💡 To Change Everything: - - app/assets/stylesheets/tochangeeverything.scss - - app/assets/stylesheets/to_change_everything/* - - app/assets/stylesheets/to_change_everything/**/* - - app/controllers/to_change_everything_controller.rb - - app/helpers/to_change_everything_helper.rb - - app/views/layouts/to_change_everything.html.erb - - app/views/to_change_everything/* - - config/locales/to_change_everything/* - - docs/to-change-everything-guide.md - - lib/generators/to_change_everything/* - - public/tce/* - - public/tce/**/* + - changed-files: + - any-glob-to-any-file: + - app/assets/stylesheets/tochangeeverything.scss + - app/assets/stylesheets/to_change_everything/* + - app/assets/stylesheets/to_change_everything/**/* + - app/controllers/to_change_everything_controller.rb + - app/helpers/to_change_everything_helper.rb + - app/views/layouts/to_change_everything.html.erb + - app/views/to_change_everything/* + - config/locales/to_change_everything/* + - docs/to-change-everything-guide.md + - lib/generators/to_change_everything/* + - public/tce/* + - public/tce/**/*