diff mbox series

[BlueZ,v1] workflows/sync: Add Cleanup PR and Sync Workflow

Message ID 20250423185951.1171350-1-luiz.dentz@gmail.com
State New
Headers show
Series [BlueZ,v1] workflows/sync: Add Cleanup PR and Sync Workflow | expand

Commit Message

Luiz Augusto von Dentz April 23, 2025, 6:59 p.m. UTC
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

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 mbox series

Patch

diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml
index cd85bdd478c3..48def96b8aac 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: