Skip to content

Commit

Permalink
👷 Update GitHub Action latest-changes and move release notes to indep…
Browse files Browse the repository at this point in the history
…endent file (#619)
  • Loading branch information
tiangolo authored Feb 29, 2024
1 parent 14f6370 commit a4b1511
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 195 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/latest-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,20 @@ jobs:
latest-changes:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@v4
with:
# To allow latest-changes to commit to the main branch
token: ${{ secrets.FULL_STACK_FASTAPI_POSTGRESQL_LATEST_CHANGES }}
- uses: docker://tiangolo/latest-changes:0.2.0
- uses: docker://tiangolo/latest-changes:0.3.0
# - uses: tiangolo/latest-changes@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest_changes_file: ./release-notes.md
latest_changes_header: '## Latest Changes'
end_regex: '^## '
debug_logs: true
label_header_prefix: '### '
Loading

0 comments on commit a4b1511

Please sign in to comment.