Diff between 46e6a3856dbda48096a3510e16e977c12b93bae7 and 3e9827d3a67254deeb82d0b11bd5cd63f5499ff5

Changed Files

File Additions Deletions Status
.github/workflows/sync.yml +13 -0 modified

Full Patch

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