From 6805d68ede2263055d060b71fe1c54d11dcfb68c Mon Sep 17 00:00:00 2001 From: Rostislav Wolny Date: Tue, 30 Jul 2024 15:05:54 +0200 Subject: [PATCH] Add label check-versions to link PRs with the job that created them [MAILPOET-6171] --- .github/workflows/update-wordpress-and-plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-wordpress-and-plugins.yml b/.github/workflows/update-wordpress-and-plugins.yml index 659a65c0bf..cf81b7f483 100644 --- a/.github/workflows/update-wordpress-and-plugins.yml +++ b/.github/workflows/update-wordpress-and-plugins.yml @@ -176,7 +176,7 @@ jobs: branch: update-plugins-and-wordpress title: Update WordPress and plugins in CI jobs base: trunk - labels: automated + labels: automated, check-versions body: | 1. If all checks passed, you can merge this PR. 2. If the build failed, please investigate the failure and either address the issues or delegate the job. Then, make sure these changes are merged.