👷 Upgrade latest-changes GitHub Action (#691)
This commit is contained in:
parent
e9a4f0ff3e
commit
e892a8fb7b
1 changed files with 6 additions and 3 deletions
9
.github/workflows/latest-changes.yml
vendored
9
.github/workflows/latest-changes.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
latest-changes:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
# To allow latest-changes to commit to the main branch
|
||||
token: ${{ secrets.TYPER_LATEST_CHANGES }}
|
||||
|
@ -30,9 +30,12 @@ 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.0.3
|
||||
- uses: docker://tiangolo/latest-changes:0.2.0
|
||||
# - uses: tiangolo/latest-changes@main
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
latest_changes_file: docs/release-notes.md
|
||||
latest_changes_header: '## Latest Changes\n\n'
|
||||
latest_changes_header: '## Latest Changes'
|
||||
end_regex: '^## '
|
||||
debug_logs: true
|
||||
label_header_prefix: '### '
|
||||
|
|
Loading…
Reference in a new issue