Skip to content

Commit 01b3abc

Browse files
authored
Use workflows from build conventions repository (#1589)
1 parent d862cef commit 01b3abc

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/pr-clean-old-drafts.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ name: PR cleanup
33

44
on:
55
schedule:
6-
- cron: "0 7 * * 1" # every Monday 09:00 CEST (UTC+2)
6+
- cron: "0 7 * * 1" # every Monday 07:00 UTC (08:00 CET / 09:00 CEST)
77
workflow_dispatch:
88

9-
109
permissions:
1110
contents: write
1211
pull-requests: write
1312
issues: write
1413

1514
jobs:
16-
pr-checklist:
17-
uses: GetStream/android-ci-actions/.github/workflows/pr-clean-stale.yaml@main
15+
pr-clean-stale:
16+
uses: GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.6.0
1817
secrets: inherit

.github/workflows/pr-quality.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
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
109
pull-requests: write
1110
issues: write
1211

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
1316
jobs:
1417
pr-checklist:
15-
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
1619
secrets: inherit

0 commit comments

Comments
 (0)