ci: auto-assign PR author and lint PR titles - #1084
Merged
Merged
Conversation
EhabY
force-pushed
the
ci/pr-triage-workflows
branch
from
August 18, 2026 10:25
21d974a to
6dd85dc
Compare
Adds two lightweight PR triage workflows, modeled on coder/coder: - pr-auto-assign sets the PR author as assignee so the "Assignee" field can be relied on for filtering. - pr-title-lint enforces basic Conventional Commits formatting on PR titles via amannn/action-semantic-pull-request, without any scope/file-path validation.
EhabY
force-pushed
the
ci/pr-triage-workflows
branch
from
August 18, 2026 10:27
6dd85dc to
9d3415f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pr-auto-assign.yaml: assigns the PR author as assignee on open, mirroring coder/coder'spr-auto-assign.yaml(toshimaru/auto-author-assign), so the Assignee field is reliable for filtering.pr-title-lint.yaml: enforces basic Conventional Commits formatting on PR titles viaamannn/action-semantic-pull-request(used by Electron, Vite, Vercel, Firebase, etc.) — type-only, no scope/file-path validation.Considered but intentionally left out: a
communityPR label job (coder/coder'scontrib.yaml) — the last 20 merged PRs here had ~0 external contributors, and it depends on an org-level GitHub App token that isn't confirmed to exist for this repo, so the cost/benefit didn't hold up right now.