Skip to content

Commit 02a7068

Browse files
committed
chore(ci): update pr_title workflow
Removes commented out scope descriptions and reorders the `samples` scope.
1 parent d15db89 commit 02a7068

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/pr_title.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,16 @@ jobs:
1818
steps:
1919
- uses: amannn/action-semantic-pull-request@v6.1.1
2020
with:
21-
# Package scopes (published packages):
22-
# - llc: stream_chat (Low-level client)
23-
# - ui: stream_chat_flutter (UI components)
24-
# - core: stream_chat_flutter_core (Core business logic)
25-
# - localization: stream_chat_localizations (Localizations)
26-
# - persistence: stream_chat_persistence (Local persistence)
27-
# Infrastructure scopes:
28-
# - samples: Sample app changes
29-
# - ci: CI/CD workflows and GitHub Actions
30-
# - deps: Dependency updates (Dependabot)
31-
# - repo: Repository-wide changes (releases, melos config)
3221
scopes: |
3322
llc
3423
ui
3524
core
3625
localization
3726
persistence
38-
samples
3927
ci
4028
deps
4129
repo
30+
samples
4231
requireScope: true
4332
env:
4433
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)