Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-avrohugger-2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek authored Jan 9, 2025
2 parents cca2623 + fed0b5c commit 434d2c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- run: echo "${{ github.actor }}"
- name: Info output
run: echo '${{ github.actor }}'
- name: Auto approve ${{ github.actor }}
if: github.actor == 'RenkuBot[bot]'
uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.PAT_EIKEK }}

0 comments on commit 434d2c4

Please sign in to comment.