Skip to content

Commit bf47823

Browse files
authored
chore(migrations): Generalize the migrations_added file filter (#76244)
This should match `sentry/migrations` as well as `sentry/uptime/migrations` and any other migration folders that exist throughout the sentry project
1 parent a715027 commit bf47823

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/file-filters.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@ backend_any_type: &backend_any_type
8787

8888
migrations_added:
8989
- added:
90-
- 'src/sentry/migrations/*'
91-
- 'src/sentry/feedback/migrations/*'
92-
- 'src/sentry/hybridcloud/migrations/*'
93-
- 'src/sentry/replays/migrations/*'
90+
- 'src/sentry/**/migrations/*'
9491

9592
# These files will trigger our workflow to check if lockfile
9693
# updates are needed

0 commit comments

Comments
 (0)