Merge branch 'master' into issue-280-2

This commit is contained in:
Chris Hennick 2024-04-28 12:51:27 -07:00 committed by GitHub
commit 5f8010304c
Signed by: DevComp
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -15,8 +15,9 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }} if: ${{ github.actor == 'dependabot[bot]' }}
uses: dependabot/fetch-metadata@v2.1.0 uses: dependabot/fetch-metadata@v2.1.0
with: with:
github-token: ${{ github.token }} github-token: "${{ github.token }}"
- 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}}
GH_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## [1.1.2]
## [1.1.1] ## [1.1.1]
### Added ### Added