mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-24 08:16:11 -04:00
👷 Add GitHub Action Latest Changes (#2160)
This commit is contained in:
committed by
GitHub
parent
e77ea63577
commit
e2609dff95
20
.github/workflows/latest-changes.yml
vendored
Normal file
20
.github/workflows/latest-changes.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Latest Changes
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- master
|
||||
types:
|
||||
- closed
|
||||
|
||||
jobs:
|
||||
latest-changes:
|
||||
if: github.event.pull_request.merged == true
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: docker://tiangolo/latest-changes:0.0.1
|
||||
with:
|
||||
latest_changes_file: docs/en/docs/release-notes.md
|
||||
latest_changes_header: '## Latest Changes\n\n'
|
||||
debug_logs: true
|
||||
@@ -1,6 +1,7 @@
|
||||
# Release Notes
|
||||
|
||||
## Latest changes
|
||||
## Latest Changes
|
||||
|
||||
|
||||
## 0.61.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user