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