From 21ebd7a17bd420e614d1f50d61adebdc4e3da0d8 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Tue, 18 Feb 2025 17:06:40 -0500 Subject: [PATCH] Update and rename auto_abaplint.yaml to auto_abaplint_fix.yaml --- .../{auto_abaplint.yaml => auto_abaplint_fix.yaml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{auto_abaplint.yaml => auto_abaplint_fix.yaml} (81%) diff --git a/.github/workflows/auto_abaplint.yaml b/.github/workflows/auto_abaplint_fix.yaml similarity index 81% rename from .github/workflows/auto_abaplint.yaml rename to .github/workflows/auto_abaplint_fix.yaml index d963b638..ff5068bd 100644 --- a/.github/workflows/auto_abaplint.yaml +++ b/.github/workflows/auto_abaplint_fix.yaml @@ -1,4 +1,4 @@ -name: auto_abaplint +name: auto_abaplint_fix on: push: branches: @@ -6,7 +6,7 @@ on: workflow_dispatch: jobs: - auto_abaplint: + auto_abaplint_fix: runs-on: ubuntu-latest steps: - name: Checkout Repository @@ -20,4 +20,4 @@ jobs: - name: Open PR uses: peter-evans/create-pull-request@v4 with: - title: abaplint auto fixes + title: abaplint-auto-fixes