From a1cf6990b3a784d962a3836a9cc621c18e07493e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 4 Nov 2023 05:37:09 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Upgrade=20latest-changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/latest-changes.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) 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: '### '