diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index b2cfc83f..2f1e8eec 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -30,7 +30,7 @@ jobs: if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} with: limit-access-to-actor: true - - uses: docker://tiangolo/latest-changes:0.1.1 + - uses: docker://tiangolo/latest-changes:0.2.0 # - uses: tiangolo/latest-changes@main with: token: ${{ secrets.GITHUB_TOKEN }} @@ -38,16 +38,4 @@ jobs: latest_changes_header: '## Latest Changes' end_regex: '^## ' debug_logs: true - labels: > - [ - {"label": "breaking", "header": "### Breaking Changes"}, - {"label": "security", "header": "### Security Fixes"}, - {"label": "feature", "header": "### Features"}, - {"label": "bug", "header": "### Fixes"}, - {"label": "refactor", "header": "### Refactors"}, - {"label": "upgrade", "header": "### Upgrades"}, - {"label": "docs", "header": "### Docs"}, - {"label": "lang-all", "header": "### Translations"}, - {"label": "internal", "header": "### Internal"} - ] - next_section_start: '^### ' + label_header_prefix: '### '