Skip to content

Replace old style set-output for new GITHUB_ENV #143

Replace old style set-output for new GITHUB_ENV

Replace old style set-output for new GITHUB_ENV #143

name: Dependabot auto approve
on:
pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v3.1.0
if: github.actor == 'dependabot[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}