From 031c413b6c90209b348b0acb149b5708b5453edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 4 Nov 2023 06:25:33 +0400 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20Add=20latest-changes=20GitHu?= =?UTF-8?q?b=20Action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/latest-changes.yml | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/latest-changes.yml diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml new file mode 100644 index 0000000000..94349620e5 --- /dev/null +++ b/.github/workflows/latest-changes.yml @@ -0,0 +1,29 @@ +name: Latest Changes + +on: + pull_request_target: + branches: + - main + types: + - closed + workflow_dispatch: + inputs: + number: + description: PR number + required: true + debug_enabled: + description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' + required: false + default: 'false' + +jobs: + latest-changes: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + token: ${{ secrets.POETRY_VERSION_PLUGIN_LATEST_CHANGES }} + - uses: docker://tiangolo/latest-changes:0.2.0 + - uses: tiangolo/latest-changes@main + with: + token: ${{ secrets.GITHUB_TOKEN }} From 611dbfb9e4582f329bffbf6ed1e6897d76ca7924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 4 Nov 2023 06:26:32 +0400 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20Update=20branch=20and=20toke?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/latest-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 94349620e5..72e05ba8dd 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -3,7 +3,7 @@ name: Latest Changes on: pull_request_target: branches: - - main + - master types: - closed workflow_dispatch: