From 92fe74cb3ec924a0e0f0c4fbfc3a57c994f190f0 Mon Sep 17 00:00:00 2001 From: alexjoeyyong <96444887+alexjoeyyong@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:55:25 -0500 Subject: [PATCH 1/7] Update runs.js --- src/lib/runs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/runs.js b/src/lib/runs.js index cceedf4..6afc84a 100644 --- a/src/lib/runs.js +++ b/src/lib/runs.js @@ -17,7 +17,7 @@ export default async function ({ octokit, workflow_id, run_id, before }) { // find any instances of the same workflow const waiting_for = workflow_runs // limit to currently running ones - .filter(run => ['in_progress', 'queued', 'waiting', 'pending','action_required', 'requested'].includes(run.status)) + .filter(run => ['in_progress', 'queued', 'waiting', 'pending', 'action_required', 'requested'].includes(run.status)) // exclude this one .filter(run => run.id !== run_id) // get older runs From 19a23828e2b694a97123a3a913969b0446386474 Mon Sep 17 00:00:00 2001 From: Alex Yong Date: Thu, 30 Nov 2023 13:59:14 -0500 Subject: [PATCH 2/7] feat: update run status checks to include all options --- src/lib/runs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/runs.js b/src/lib/runs.js index 53e6603..6afc84a 100644 --- a/src/lib/runs.js +++ b/src/lib/runs.js @@ -17,7 +17,7 @@ export default async function ({ octokit, workflow_id, run_id, before }) { // find any instances of the same workflow const waiting_for = workflow_runs // limit to currently running ones - .filter(run => ['in_progress', 'queued'].includes(run.status)) + .filter(run => ['in_progress', 'queued', 'waiting', 'pending', 'action_required', 'requested'].includes(run.status)) // exclude this one .filter(run => run.id !== run_id) // get older runs From d09c2aa3d899a3de626b324e18589fe7ccd23497 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Thu, 30 Nov 2023 14:11:02 -0500 Subject: [PATCH 3/7] build: update node version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 64f42eb..999a1a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM alpine:3.18 AS base # hadolint ignore=DL3018 RUN apk add --no-cache --update \ - nodejs=18.17.0-r0 \ + nodejs=18.18.2-r0 \ git=2.40.1-r0 \ openssh=9.3_p2-r0 \ ca-certificates=20230506-r0 \ From 542658b3a8270cac81ae15d401b0d974732808ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Nov 2023 19:13:18 +0000 Subject: [PATCH 4/7] chore(release): bump to 1.2.0 [skip ci] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2234087..d146afe 100644 --- a/action.yml +++ b/action.yml @@ -20,4 +20,4 @@ inputs: runs: using: docker - image: docker://ghcr.io/ahmadnassri/action-workflow-queue:1.1.5 + image: docker://ghcr.io/ahmadnassri/action-workflow-queue:1.2.0 From 5b89ac6c3ca04f363b4adde053b8a6978437f3cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:26:59 +0000 Subject: [PATCH 5/7] build(deps): bump alpine from 3.18 to 3.19 Bumps alpine from 3.18 to 3.19. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 999a1a5..f71229b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # --- base stage --- # -FROM alpine:3.18 AS base +FROM alpine:3.19 AS base # hadolint ignore=DL3018 RUN apk add --no-cache --update \ From 0781d420efb75f0620ec7d7fc64c9f002af4eb57 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Tue, 7 Jan 2025 15:50:25 -0500 Subject: [PATCH 6/7] chore(template): sync with ahmadnassri/template-action-docker --- docs/README.template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/README.template b/docs/README.template index fed76c1..547f482 100644 --- a/docs/README.template +++ b/docs/README.template @@ -7,12 +7,11 @@ $about.description$ $body$ ----- -> Author: [Ahmad Nassri](https://www.ahmadnassri.com/) • -> Twitter: [@AhmadNassri](https://twitter.com/AhmadNassri) +--- + +> Author: [Ahmad Nassri](https://www.ahmadnassri.com/) & [license-url]: LICENSE [license-img]: https://badgen.net/github/license/$about.repository$ - [release-url]: https://github.com/$about.repository$/releases [release-img]: https://badgen.net/github/release/$about.repository$ From d4fbab18738500fb2cdf8e23ab3fb79374fcb375 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Wed, 19 Feb 2025 16:56:38 -0500 Subject: [PATCH 7/7] chore(template): sync with ahmadnassri/template-action-docker --- docs/README.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.template b/docs/README.template index 547f482..a5e7b5d 100644 --- a/docs/README.template +++ b/docs/README.template @@ -9,7 +9,7 @@ $body$ --- -> Author: [Ahmad Nassri](https://www.ahmadnassri.com/) & +> Author: [Ahmad Nassri](https://www.ahmadnassri.com/) [license-url]: LICENSE [license-img]: https://badgen.net/github/license/$about.repository$