diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a155147..de7c8be 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,10 +1,10 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners -* @ydesgagn +* @Cloud-Officer/Maintainers # build/deploy related files -.github/ @ydesgagn -.gitignore @ydesgagn -.markdownlint-cli2.yaml @ydesgagn -.yamllint.yml @ydesgagn +.github/ @Cloud-Officer/Maintainers +.gitignore @Cloud-Officer/Maintainers +.markdownlint-cli2.yaml @Cloud-Officer/Maintainers +.yamllint.yml @Cloud-Officer/Maintainers diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 4082441..5c3c975 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -75,5 +75,5 @@ jobs: if: steps.check.outputs.is_owner == 'true' run: gh pr review --approve "$PR" env: - GH_TOKEN: "${{secrets.GITHUB_TOKEN}}" + GH_TOKEN: "${{secrets.GH_BOT_PAT}}" PR: "${{github.event.pull_request.number}}" diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 068fa90..0d9d068 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -13,6 +13,7 @@ globs: - "!**/dist/**" - "!**/build/**" - "!**/target/**" + - "!docs/code-review.md" config: default: true first-line-heading: false