Skip to content

Commit

Permalink
Update auto-approve action (#169)
Browse files Browse the repository at this point in the history
* Update auto-approve action

* Update CODEOWNERS file
  • Loading branch information
kyri-petrou authored Jun 30, 2024
1 parent 956e266 commit 8790f86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @kyri-petrou
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 8790f86

Please sign in to comment.