From 82373b4cb845676ea1fd3aad9051218a1f3f0a61 Mon Sep 17 00:00:00 2001 From: Gian <47775302+gpunto@users.noreply.github.com> Date: Tue, 23 Dec 2025 17:42:56 +0100 Subject: [PATCH] Use workflows from build conventions repository --- .github/workflows/pr-clean-old-drafts.yaml | 7 +++---- .github/workflows/pr-quality.yml | 9 ++++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr-clean-old-drafts.yaml b/.github/workflows/pr-clean-old-drafts.yaml index c02853eb3a8..065759fe659 100644 --- a/.github/workflows/pr-clean-old-drafts.yaml +++ b/.github/workflows/pr-clean-old-drafts.yaml @@ -3,16 +3,15 @@ name: PR cleanup on: schedule: - - cron: "0 7 * * 1" # every Monday 09:00 CEST (UTC+2) + - cron: "0 7 * * 1" # every Monday 07:00 UTC (08:00 CET / 09:00 CEST) workflow_dispatch: - permissions: contents: write pull-requests: write issues: write jobs: - pr-checklist: - uses: GetStream/android-ci-actions/.github/workflows/pr-clean-stale.yaml@main + pr-clean-stale: + uses: GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.6.0 secrets: inherit diff --git a/.github/workflows/pr-quality.yml b/.github/workflows/pr-quality.yml index be9c0542f1c..723d85736da 100644 --- a/.github/workflows/pr-quality.yml +++ b/.github/workflows/pr-quality.yml @@ -1,16 +1,19 @@ -# .github/workflows/pr-quality-check.yml (caller) name: PR checklist on: pull_request: - types: [opened, edited, synchronize, labeled, unlabeled, reopened] + types: [ opened, edited, synchronize, labeled, unlabeled, reopened ] permissions: contents: read pull-requests: write issues: write +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: pr-checklist: - uses: GetStream/android-ci-actions/.github/workflows/pr-quality.yml@main + uses: GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.6.0 secrets: inherit