diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index be1527a6..a79af44b 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -7,6 +7,7 @@ on: jobs: auto-approve: + # Only run this action for the dorthrithil user if: github.actor == 'dorthrithil' runs-on: ubuntu-latest permissions: @@ -15,4 +16,5 @@ jobs: - name: Auto-approve uses: hmarr/auto-approve-action@v3 with: - github-token: ${{ secrets.LC_BOT_PAT }} \ No newline at end of file + github-token: ${{ secrets.LC_BOT_PAT }} + review-message: "Auto approved PR: Join the LocalCrag team, so we can review your PRs instead of letting bots auto approve them." \ No newline at end of file