From 3e5bf32be5b201a5a451f8a322847d4699b8e829 Mon Sep 17 00:00:00 2001 From: Nicholas Houle <181gaming@gmail.com> Date: Tue, 13 Dec 2022 12:24:39 -0800 Subject: [PATCH] dotfiles | Update workflow and config files --- .github/workflows/stale.yml | 2 +- .pre-commit-config.yaml | 12 ++++++------ CODEOWNERS | 11 +++++++++++ OWNERS | 11 ----------- 4 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 CODEOWNERS delete mode 100644 OWNERS diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index cef2cd3..d339229 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/stale@v5 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.REPO_STALE_TOKEN }} stale-issue-message: 'Stale issue message' stale-pr-message: 'Stale pull request message' stale-issue-label: 'no-issue-activity' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 146e1fc..2a9a65c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,9 +10,9 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - id: check-yaml - - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 3.0.0 - hooks: - - id: shellcheck - types: [shell] - args: [-e, SC1071, -e, SC2034] + # - repo: https://github.com/jumanjihouse/pre-commit-hooks + # rev: 3.0.0 + # hooks: + # - id: shellcheck + # types: [shell] + # args: [-e, SC1071, -e, SC2034] diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..19b08d5 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,11 @@ +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in + +# the repo. Unless a later match takes precedence, + +# @global-owner1 and @global-owner2 will be requested for + +# review when someone opens a pull request. + +- @nicholashoule diff --git a/OWNERS b/OWNERS deleted file mode 100644 index 9d6ffd2..0000000 --- a/OWNERS +++ /dev/null @@ -1,11 +0,0 @@ -owners: - -- nicholashoule - -approvers: - -- nicholashoule - -reviewers: - -- nicholashoule