Skip to content

Commit

Permalink
chore: update pr-labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Mar 11, 2025
1 parent 6100dac commit 338a032
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Feature: ["feature/*", "feat/*", "*feature/*", "*feat/*"]
Enhancement: ["enhancement/*", "*enhancement/*"]
Fix: ["fix/*", "*fix/*", "*bugfix/*"]
Chore: ["chore/*", "*chore/*"]
Test: ["test/*", "*test/*"]
Expand Down
2 changes: 2 additions & 0 deletions spec/dummy/config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.create_unlogged_tables = true
end
end

config.file_watcher = ActiveSupport::EventedFileUpdateChecker
end

0 comments on commit 338a032

Please sign in to comment.