From 3826129b16ace4b8499c4e7d24a9bd3934b1f68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 16 Oct 2020 22:04:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Upgrade=20GitHub=20Action=20Late?= =?UTF-8?q?st=20Changes=20(#2184)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/latest-changes.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index c6f0851cc..4554592d8 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -6,15 +6,20 @@ on: - master types: - closed + workflow_dispatch: + inputs: + number: + description: PR number + required: true 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 + - uses: docker://tiangolo/latest-changes:0.0.2 with: + token: ${{ secrets.GITHUB_TOKEN }} latest_changes_file: docs/en/docs/release-notes.md latest_changes_header: '## Latest Changes\n\n' debug_logs: true