put those back to be more explicit

This commit is contained in:
Michael Waddell
2022-03-22 13:58:58 -05:00
parent 9f1a0a2d59
commit a70ed12cac

View File

@@ -100,6 +100,7 @@ jobs:
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
```
### Enabling auto-merge
@@ -157,4 +158,5 @@ jobs:
run: gh pr edit "$PR_URL" --add-label "production"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
```