From 6a439cfd933f271d45ced8256044c4f14b4a15ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 4 Nov 2023 10:17:39 +0400 Subject: [PATCH 1/6] =?UTF-8?q?=F0=9F=91=B7=20Add=20latest-changes=20GitHu?= =?UTF-8?q?b=20Action=20(#12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/latest-changes.yml | 29 ++++++++++++++++++++++++++++ README.md | 6 ++++++ 2 files changed, 35 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 0000000..f5e5452 --- /dev/null +++ b/.github/workflows/latest-changes.yml @@ -0,0 +1,29 @@ +name: Latest Changes + +on: + pull_request_target: + branches: + - master + 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.NODE_FRONTEND_LATEST_CHANGES }} + - uses: docker://tiangolo/latest-changes:0.2.0 + # - uses: tiangolo/latest-changes@main + with: + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 5e61d19..8cf1ec2 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,12 @@ By making Nginx simply respond with 404 errors when requested for `/docs`, you a And because you have a load balancer on top, redirecting requests to `/docs` to the correct service, Nginx would never actually return that 404. Only in the case of a failure, or during development. +## Release Notes + +### Latest Changes + +### Initial Release + ## License This project is licensed under the terms of the MIT license. From 5faa56182bacc8946026cceddf3652b359e5f443 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 4 Nov 2023 06:18:00 +0000 Subject: [PATCH 2/6] =?UTF-8?q?=F0=9F=93=9D=20Update=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8cf1ec2..24001e6 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,10 @@ And because you have a load balancer on top, redirecting requests to `/docs` to ### Latest Changes +#### Internal + +* 👷 Add latest-changes GitHub Action. PR [#12](https://github.com/tiangolo/node-frontend/pull/12) by [@tiangolo](https://github.com/tiangolo). + ### Initial Release ## License From e02f812d30c3e16dd4b4242063547601990d1e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 4 Nov 2023 10:19:41 +0400 Subject: [PATCH 3/6] =?UTF-8?q?=F0=9F=91=B7=20Add=20issue-manager=20GitHub?= =?UTF-8?q?=20Action=20(#14)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-manager.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/issue-manager.yml diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml new file mode 100644 index 0000000..42748fb --- /dev/null +++ b/.github/workflows/issue-manager.yml @@ -0,0 +1,28 @@ +name: Issue Manager + +on: + schedule: + - cron: "0 0 * * *" + issue_comment: + types: + - created + - edited + issues: + types: + - labeled + +jobs: + issue-manager: + runs-on: ubuntu-latest + steps: + - uses: tiangolo/issue-manager@0.2.0 + with: + token: ${{ secrets.GITHUB_TOKEN }} + config: > + { + "answered": { + "users": ["tiangolo"], + "delay": 864000, + "message": "Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues." + } + } From e2d5e1d5ba2597cb035cba8ae13696e5e950ea6b Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 4 Nov 2023 06:19:57 +0000 Subject: [PATCH 4/6] =?UTF-8?q?=F0=9F=93=9D=20Update=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24001e6..dc8bf61 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ And because you have a load balancer on top, redirecting requests to `/docs` to #### Internal +* 👷 Add issue-manager GitHub Action. PR [#14](https://github.com/tiangolo/node-frontend/pull/14) by [@tiangolo](https://github.com/tiangolo). * 👷 Add latest-changes GitHub Action. PR [#12](https://github.com/tiangolo/node-frontend/pull/12) by [@tiangolo](https://github.com/tiangolo). ### Initial Release From ba251885597bccae0553a7f4d3a3ab752ed4b297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 4 Nov 2023 10:20:35 +0400 Subject: [PATCH 5/6] =?UTF-8?q?=F0=9F=94=A7=20Add=20funding=20(#15)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..0ffc101 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: [tiangolo] From 3fb9a743fb7b077820b8605bd3a68f7b9cc35a4a Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 4 Nov 2023 06:20:51 +0000 Subject: [PATCH 6/6] =?UTF-8?q?=F0=9F=93=9D=20Update=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc8bf61..c7b7c0d 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ And because you have a load balancer on top, redirecting requests to `/docs` to #### Internal +* 🔧 Add funding. PR [#15](https://github.com/tiangolo/node-frontend/pull/15) by [@tiangolo](https://github.com/tiangolo). * 👷 Add issue-manager GitHub Action. PR [#14](https://github.com/tiangolo/node-frontend/pull/14) by [@tiangolo](https://github.com/tiangolo). * 👷 Add latest-changes GitHub Action. PR [#12](https://github.com/tiangolo/node-frontend/pull/12) by [@tiangolo](https://github.com/tiangolo).