Skip to content

Remind LeanCode members to double-check public vs internal on PRs#10

Merged
wzslr321 merged 1 commit into
mainfrom
feat/internal-contribution-reminder
Jul 13, 2026
Merged

Remind LeanCode members to double-check public vs internal on PRs#10
wzslr321 merged 1 commit into
mainfrom
feat/internal-contribution-reminder

Conversation

@wzslr321

Copy link
Copy Markdown
Member

Summary

New workflow internal-contribution-reminder.yml: when a PR is opened by a LeanCode organization member (author_association = MEMBER/OWNER — verified it reports MEMBER for org members on PRs #7#9), it posts a one-time comment asking whether the change is intentionally public or belongs in ai-plugins-internal.

Notes

  • Fires only on opened — one comment per PR, no noise on pushes.
  • pull_request_target so the default token can comment on fork PRs as well; safe because the job never checks out or executes PR code, it only reads the event payload.
  • No new secrets: plain GITHUB_TOKEN with pull-requests: write.
  • External contributors (non-members) are unaffected.

🤖 Generated with Claude Code

Comments once on newly opened PRs whose author is a LeanCode org member
(author_association MEMBER/OWNER), asking whether the change is meant
for the public marketplace or for ai-plugins-internal. Uses
pull_request_target so it can comment on fork PRs too; safe since the
job never checks out PR code.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@wzslr321 wzslr321 merged commit 57e7eba into main Jul 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant