Skip to content

Commit cb5d50f

Browse files
committed
Use workflows from build conventions repository
1 parent 0a68ffb commit cb5d50f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/pr-clean-stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ on:
77

88
jobs:
99
pr-clean-stale:
10-
uses: GetStream/android-ci-actions/.github/workflows/pr-clean-stale.yaml@main
10+
uses: GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.6.0
1111
secrets: inherit

.github/workflows/pr-quality.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# .github/workflows/pr-quality-check.yml (caller)
21
name: PR checklist
32

43
on:
54
pull_request:
6-
types: [opened, edited, synchronize, labeled, unlabeled, reopened]
5+
types: [ opened, edited, synchronize, labeled, unlabeled, reopened ]
76

87
permissions:
98
contents: read
@@ -16,5 +15,5 @@ concurrency:
1615

1716
jobs:
1817
pr-checklist:
19-
uses: GetStream/android-ci-actions/.github/workflows/pr-quality.yml@main
18+
uses: GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.6.0
2019
secrets: inherit

0 commit comments

Comments
 (0)