From b9003584417aec6d28ced714fd9284ccf6f57bec Mon Sep 17 00:00:00 2001 From: Tobias <5702338+T0biii@users.noreply.github.com> Date: Thu, 4 Jul 2024 22:43:02 +0200 Subject: [PATCH] add labels, darf, delete-branch --- .github/workflows/bump-modules.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bump-modules.yml b/.github/workflows/bump-modules.yml index e4baf59a..b64ad699 100644 --- a/.github/workflows/bump-modules.yml +++ b/.github/workflows/bump-modules.yml @@ -33,6 +33,9 @@ jobs: [1]: https://github.com/peter-evans/create-pull-request branch: ${{ steps.branch-name.outputs.branch-name }} + labels: ${{ github.ref_name }} + draft: true # this step does not trigger a CI run, so always mark them as draft + delete-branch: true - name: Check outputs if: ${{ steps.cpr.outputs.pull-request-number }}