diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 08b1edd2..784d3dda 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Run changelog action (same-repo PRs) if: github.event.pull_request.head.repo.full_name == github.repository - uses: tempoxyz/changelogs/check@54f693643e1bd8469293bdfcbfb647bceb559490 # changelogs@0.6.3 + unified PR title + install from source + uses: tempoxyz/changelogs/check@bddf29852a5c9b8e1d84f1cc19b5023916d0d0db # changelogs@0.6.3 + unified PR title + install from source - name: Verify changelog entry exists if: github.event.pull_request.head.repo.full_name != github.repository env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 268e555f..e3458900 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Configure git auth run: git config --global url."https://x-access-token:${{ secrets.GH_PAT }}@github.com/".insteadOf "https://github.com/" - - uses: tempoxyz/changelogs@54f693643e1bd8469293bdfcbfb647bceb559490 # changelogs@0.6.3 + unified PR title + install from source + - uses: tempoxyz/changelogs@bddf29852a5c9b8e1d84f1cc19b5023916d0d0db # changelogs@0.6.3 + unified PR title + install from source id: changelogs with: conventional-commit: true