Bring uptodate #5

Merged
VetheonGames merged 5 commits from main into development 2023-07-27 20:03:42 -06:00
2 changed files with 4 additions and 1 deletions

3
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,3 @@
@VetheonGames
@jamoruso1
@NightSling

View File

@ -34,7 +34,7 @@ jobs:
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@v3 uses: peter-evans/create-pull-request@v3
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.RUBOCOP_CHECKS }}
title: "Apply RuboCop auto-correct" title: "Apply RuboCop auto-correct"
branch: "rubocop-autocorrect-${{ github.run_number }}" branch: "rubocop-autocorrect-${{ github.run_number }}"
base: "development" base: "development"