diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 98377d5..5dbbb97 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -8,6 +8,9 @@ permissions: contents: write pull-requests: write +env: + PR_URL: ${{ github.event.pull_request.html_url }} + jobs: auto-approve-and-merge: runs-on: ubuntu-latest