From 3e9827d3a67254deeb82d0b11bd5cd63f5499ff5 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 23 Apr 2025 14:57:57 -0400 Subject: [PATCH] workflows/sync: Add Cleanup PR and Sync Workflow This adds the missing tasks of Cleanup PR and Sync Workflow which are required in order to properly handle the PRs. --- .github/workflows/sync.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index cd85bdd47..48def96b8 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -34,6 +34,19 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Cleanup PR + uses: tedd-an/bzcafe@main + with: + task: cleanup + github_token: ${{ secrets.ACTION_TOKEN }} + + - name: Sync Workflow + uses: tedd-an/bzcafe@main + with: + task: sync + upstream_repo: 'https://git.kernel.org/pub/scm/bluetooth/bluez.git' + github_token: ${{ secrets.GITHUB_TOKEN }} + - name: Sync Patchwork uses: tedd-an/bzcafe@main with: -- 2.47.3