Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into feature/GH-362
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Jan 17, 2025
2 parents b5cb2d3 + 0dfbc1d commit 3336b8a
Show file tree
Hide file tree
Showing 94 changed files with 4,263 additions and 53 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ labels:
files:
- packages/samples/github_repository/.+

- label: "@packages/utils/pagination"
files:
- packages/utils/pagination/.+

- label: "@apps/website"
files:
- apps/website/.+
4 changes: 4 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
description: packages samples github_repository package
from_name: "@packages/features/github_repository"

- name: "@packages/utils/pagination"
color: 5d7dbc
description: packages utils pagination package

- name: "@apps/website"
color: 3b4ff2
description: apps website package
4 changes: 4 additions & 0 deletions apps/catalog/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release

# Ignore non-CI golden files and failures
test/**/goldens/**/*.*
test/**/failures/**/*.*
3 changes: 3 additions & 0 deletions apps/catalog/dart_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tags:
golden:
timeout: 1m
Loading

0 comments on commit 3336b8a

Please sign in to comment.