diff --git a/.github/workflows/sync_release_pr.yml b/.github/workflows/sync_release_pr.yml index fe2173b74182..404bf2c10807 100644 --- a/.github/workflows/sync_release_pr.yml +++ b/.github/workflows/sync_release_pr.yml @@ -22,3 +22,4 @@ jobs: body: "This automated PR syncs the changes from the release branch ${{ github.ref_name }} back to the main branch." branch: ${{ github.ref_name }} base: main + labels: "post-${{ github.ref_name }}"