[PR #11118] ci: added gh workflow that adds 'contributor' label to PRs/Issues #13660

Closed
opened 2026-02-16 18:18:30 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/11118

State: closed
Merged: Yes


What does this PR do?

This PR adds a new GH workflow that is triggered by new Issue / Pull request creation and sets a new label called "contributor" if the author of the event is marked as "Contributor" by Github (Previously committed to this repo).

The purpose is to help the maintainers easily sort between issues/PRs from returning contributors and first timers.

How did you verify your code works?

Tested this in my own fork.

image

Notes

Snapshot of current issues/pr distribution:

opencode dev ? ❯︎ bun ./script/contributor-issues.ts --summary-only
contributor_issues      363
non_contributor_issues  2604
contributor_prs         490
non_contributor_prs     716
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11118 **State:** closed **Merged:** Yes --- ### What does this PR do? This PR adds a new GH workflow that is triggered by new Issue / Pull request creation and sets a new label called "contributor" if the author of the event is marked as "Contributor" by Github (Previously committed to this repo). The purpose is to help the maintainers easily sort between issues/PRs from returning contributors and first timers. ### How did you verify your code works? Tested this in my own fork. <img width="677" height="77" alt="image" src="https://github.com/user-attachments/assets/a2f9a643-d40c-45a8-b228-8f466f63bea4" /> ### Notes Snapshot of current issues/pr distribution: ``` opencode dev ? ❯︎ bun ./script/contributor-issues.ts --summary-only contributor_issues 363 non_contributor_issues 2604 contributor_prs 490 non_contributor_prs 716 ```
yindo added the pull-request label 2026-02-16 18:18:30 -05:00
yindo closed this issue 2026-02-16 18:18:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13660