From fe41d329d5209cc78800754ba91766dc0e04fdb8 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 4 Mar 2026 00:51:16 +0000 Subject: [PATCH] Update webhook closed PR message link to clau.de Replace the Google Forms link with the new plugin directory submission link (https://clau.de/plugin-directory-submission). https://claude.ai/code/session_01NxRDJKDvFR2d4wC4ppDEDT --- .github/workflows/close-external-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-external-prs.yml b/.github/workflows/close-external-prs.yml index 0b6e1a8..1f4fc7e 100644 --- a/.github/workflows/close-external-prs.yml +++ b/.github/workflows/close-external-prs.yml @@ -36,7 +36,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: context.payload.pull_request.number, - body: `Thanks for your interest! This repo only accepts contributions from Anthropic team members. If you'd like to submit a plugin to the marketplace, please submit your plugin [here](https://docs.google.com/forms/d/e/1FAIpQLSdeFthxvjOXUjxg1i3KrOOkEPDJtn71XC-KjmQlxNP63xYydg/viewform).` + body: `Thanks for your interest! This repo only accepts contributions from Anthropic team members. If you'd like to submit a plugin to the marketplace, please submit your plugin [here](https://clau.de/plugin-directory-submission).` }); await github.rest.pulls.update({