We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f6e5d commit 90bfc4cCopy full SHA for 90bfc4c
.github/workflows/plugin-artifact-for-pr.yml
@@ -51,7 +51,7 @@ jobs:
51
const botComment = comments.data.find(comment =>
52
comment.user.type === 'Bot' &&
53
comment.user.login === 'github-actions[bot]' &&
54
- comment.body.includes(`Download the latest ${slug} plugin zip for this PR`)
+ comment.body.includes(`ℹ️ [Download the latest ${slug} plugin zip from this PR]`)
55
);
56
57
if (botComment) {
plugins/wp-graphql-headless-webhooks/README.md
@@ -26,4 +26,4 @@ Clone the repository or download the latest release and place it in your WordPre
26
## License
27
WP GPL 2
28
29
-<!-- trigger workflow 5 -->
+<!-- trigger workflow 6-->
0 commit comments