diff --git a/.github/workflows/close-duplicates.yml b/.github/workflows/close-duplicates.yml index a5266fe717..3c7fa84434 100644 --- a/.github/workflows/close-duplicates.yml +++ b/.github/workflows/close-duplicates.yml @@ -13,7 +13,7 @@ jobs: close_duplicates: runs-on: ubuntu-latest steps: - - uses: github/command@v1.1.1 + - uses: github/command@v1.2.0 id: command with: allowed_contexts: "issue" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9986e67fc8..1bc316e228 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,6 +67,15 @@ jobs: env: FIREFLY_III_ROOT: /github/workspace GH_TOKEN: ${{ secrets.CHANGELOG_TOKEN }} + - name: "Create THANKS.md" + id: thank-you + uses: JC5/firefly-iii-dev@main + with: + action: 'ff3:thank-you' + output: '' + env: + FIREFLY_III_ROOT: /github/workspace + GH_TOKEN: '' - name: Extract changelog id: extract-changelog uses: JC5/firefly-iii-dev@main