From cce12439081d9b3861e05f9217c12eb7f6fb7a88 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:49:57 -0500 Subject: [PATCH] Ignore valid journal link (#2417) Also set better labels for our weekly CI jobs. --- .github/workflows/notebook-test-cron.yml | 2 +- .github/workflows/weekly-checks.yml | 2 +- scripts/js/lib/links/ignores.ts | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notebook-test-cron.yml b/.github/workflows/notebook-test-cron.yml index 8b2587b548b..ce929d21d75 100644 --- a/.github/workflows/notebook-test-cron.yml +++ b/.github/workflows/notebook-test-cron.yml @@ -87,5 +87,5 @@ jobs: repo: context.repo.repo, title: "Weekly notebook test failed", body: message, - assignees: ["frankharkins", "javabster",] + labels: ["needs triage 🤔"], }) diff --git a/.github/workflows/weekly-checks.yml b/.github/workflows/weekly-checks.yml index 1ebfd3a9de0..06ad5adad0e 100644 --- a/.github/workflows/weekly-checks.yml +++ b/.github/workflows/weekly-checks.yml @@ -80,5 +80,5 @@ jobs: repo: context.repo.repo, title: "Extended checks failed", body: message, - assignees: ["frankharkins", "Eric-Arellano"] + labels: ["infra 🏗️"], }) diff --git a/scripts/js/lib/links/ignores.ts b/scripts/js/lib/links/ignores.ts index 3901b7c8334..ef9ef6f45ac 100644 --- a/scripts/js/lib/links/ignores.ts +++ b/scripts/js/lib/links/ignores.ts @@ -43,6 +43,7 @@ const ALWAYS_IGNORED_URLS__EXPECTED = [ "https://journals.aps.org/pra/abstract/10.1103/PhysRevA.99.032331", "https://link.aps.org/doi/10.1103/PhysRevLett.103.110501", "https://link.aps.org/doi/10.1103/PhysRevA.83.012308", + "https://link.aps.org/doi/10.1103/PhysRevA.100.032328", "https://journals.aps.org/pra/abstract/10.1103/PhysRevA.71.052330", "https://journals.aps.org/pra/abstract/10.1103/PhysRevA.93.032318", "https://journals.aps.org/prapplied/abstract/10.1103/PhysRevApplied.20.024034",