From ae17f5f8ea4b88a296828dc13b6e865ac446029e Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Mon, 28 Oct 2024 11:40:50 +0100 Subject: [PATCH] Update drafts workflow: document tests workaround Actions-generated PRs won't trigger more workflow runs. This addition to the commit message says how to overcome this limitation. --- .github/workflows/update_draft_features_weekly.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update_draft_features_weekly.yml b/.github/workflows/update_draft_features_weekly.yml index 545dd3912d6..c9fbad52042 100644 --- a/.github/workflows/update_draft_features_weekly.yml +++ b/.github/workflows/update_draft_features_weekly.yml @@ -29,6 +29,8 @@ jobs: body: | This is an auto-generated PR with draft features by spec updates. + To let the tests run, close this PR then immediately reopen it. + See https://github.com/web-platform-dx/web-features/blob/main/.github/workflows/update_draft_features_weekly.yml for details. labels: | generated