diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e69de29..f08a188 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @kyri-petrou diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 953fcbe..4b9929d 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -7,7 +7,7 @@ jobs: auto-approve: runs-on: ubuntu-22.04 steps: - - uses: hmarr/auto-approve-action@v2.2.0 + - uses: hmarr/auto-approve-action@v4 if: github.actor == 'scala-steward' || github.actor == 'renovate[bot]' with: github-token: "${{ secrets.GITHUB_TOKEN }}"