From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> 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 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: -- 2.49.0