Merge branch 'master' into issue-280-2

This commit is contained in:
Chris Hennick 2024-04-28 12:13:30 -07:00 committed by GitHub
commit bd600d15b6
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,5 @@ jobs:
- name: Enable auto-merge - name: Enable auto-merge
run: gh pr merge --auto --merge "$PR_URL" run: gh pr merge --auto --merge "$PR_URL"
env: env:
PR_URL: ${{github.event.pull_request.html_url}} PR_URL: ${{github.event.pull_request.html_url}}∂
OWNER: ${{ github.repository_owner }} GH_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"
GH_TOKEN: "${{ github.token }}"