👷 Add GitHub Action Latest Changes (#2160)

This commit is contained in:
Sebastián Ramírez 2020-10-11 11:50:04 +02:00 committed by GitHub
parent e77ea63577
commit e2609dff95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 1 deletions

20
.github/workflows/latest-changes.yml vendored Normal file
View 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

View File

@ -1,6 +1,7 @@
# Release Notes # Release Notes
## Latest changes ## Latest Changes
## 0.61.1 ## 0.61.1