diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 35f27a3..346d56f 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -20,6 +20,7 @@ jobs: - uses: tiangolo/latest-changes@main with: token: ${{ secrets.GITHUB_TOKEN }} + latest_changes_header: '### Latest Changes - Latest Changes 🤷\n\n' debug_logs: true # - name: Secure tmate session # run: curl https://github.com/tiangolo.keys > ~/.tmate_authorized_keys && echo 'set tmate-authorized-keys "~/.tmate_authorized_keys"' > ~/.xtmate.conf diff --git a/README.md b/README.md index 227506f..54c7845 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ After merging a PR to the main branch, it will: ```Markdown ### Latest Changes -* 🐛 Fix default action config for template file. PR [#28](https://github.com/tiangolo/latest-changes/pull/28) by [@tiangolo](https://github.com/tiangolo). ``` @@ -176,8 +175,9 @@ then this action won't be able to add the first message. So, make sure the lates ## Release Notes -### Latest Changes +### Latest Changes - Latest Changes 🤷 +* 🐛 Fix default action config for template file. PR [#28](https://github.com/tiangolo/latest-changes/pull/28) by [@tiangolo](https://github.com/tiangolo). * ✨ Add support for Jinja2 templates for changes notes. PR [#23](https://github.com/tiangolo/latest-changes/pull/23) by [@tiangolo](https://github.com/tiangolo). * 🔥 Remove unnecessary note from release notes. PR [#22](https://github.com/tiangolo/latest-changes/pull/22) by [@tiangolo](https://github.com/tiangolo). * 🔥 Remove unnecessary note from latest changes. PR [#21](https://github.com/tiangolo/latest-changes/pull/21) by [@tiangolo](https://github.com/tiangolo).