From ed5faaef3ea6995c522a17aab7be893a6529bc65 Mon Sep 17 00:00:00 2001 From: Vincent Rolea <3525369+virolea@users.noreply.github.com> Date: Tue, 7 Oct 2025 12:02:03 +0200 Subject: [PATCH] Add real action workflow --- .github/workflows/marketplace-version.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/marketplace-version.yml diff --git a/.github/workflows/marketplace-version.yml b/.github/workflows/marketplace-version.yml new file mode 100644 index 0000000..59886f4 --- /dev/null +++ b/.github/workflows/marketplace-version.yml @@ -0,0 +1,14 @@ +on: + pull_request: + types: [opened, synchronize, reopened, edited] + +jobs: + remove_before_launch: + runs-on: ubuntu-latest + name: Remove before launch + steps: + - name: Remove Before Launch + id: remove_before_launch + uses: virolea/remove-before-launch@v1.1.1 + with: + pull_request_body: ${{ github.event.pull_request.body }}