Bring uptodate #5

Merged
VetheonGames merged 5 commits from main into development 2023-07-27 20:03:42 -06:00
Showing only changes of commit cf5088a0c0 - Show all commits

View File

@ -2,7 +2,7 @@ name: RuboCop Auto-correct
on:
push:
branches: [ "main" ]
branches: [ "development" ]
jobs:
autocorrect:
@ -34,8 +34,9 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.RUBOCOP_CHECKS }}
title: "Apply RuboCop auto-correct"
branch: "rubocop-autocorrect-${{ github.run_number }}"
base: "development"
delete-branch: true
body: "This PR applies RuboCop auto-corrections to the codebase."