Skip to content

Commit 8c9e16c

Browse files
authored
Use workflows from build conventions repository (#47)
1 parent 0d67079 commit 8c9e16c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ on:
55
- cron: "0 7 * * 1" # every Monday 07:00 UTC (08:00 CET / 09:00 CEST)
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
issues: write
12+
813
jobs:
914
pr-clean-stale:
10-
uses: GetStream/android-ci-actions/.github/workflows/pr-clean-stale.yaml@main
15+
uses: GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.6.0
1116
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)