From 4031f1eb7a1314cc8fb084bb822f6acd9f5f30ea Mon Sep 17 00:00:00 2001 From: VetheonGames <76892542+VetheonGames@users.noreply.github.com> Date: Thu, 27 Jul 2023 19:11:58 -0600 Subject: [PATCH 1/2] Update RuboCop-Auto-correct.yml Signed-off-by: VetheonGames <76892542+VetheonGames@users.noreply.github.com> --- .github/workflows/RuboCop-Auto-correct.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/RuboCop-Auto-correct.yml b/.github/workflows/RuboCop-Auto-correct.yml index dd10ca1..84c3aa3 100644 --- a/.github/workflows/RuboCop-Auto-correct.yml +++ b/.github/workflows/RuboCop-Auto-correct.yml @@ -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." -- 2.45.1 From bee56cfa4f84a674c2962523788f05ee6737eeaa Mon Sep 17 00:00:00 2001 From: VetheonGames <76892542+VetheonGames@users.noreply.github.com> Date: Thu, 27 Jul 2023 19:59:51 -0600 Subject: [PATCH 2/2] Create CODEOWNERS Signed-off-by: VetheonGames <76892542+VetheonGames@users.noreply.github.com> --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..c152837 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +@VetheonGames +@jamoruso1 +@NightSling -- 2.45.1