docs(skills): document ready_for_review and other PR actions - #464
Merged
Conversation
Config accepts arbitrary pull_request action strings and matches with includes(), so ready_for_review already works. Update skill docs that still listed only opened/synchronize/reopened/closed. Supersedes #286 (fork PR with no Actions CI). Co-Authored-By: David Cramer <david@sentry.io>
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.
Summary
Skill docs still listed only
opened/synchronize/reopened/closedforpull_requestactions. Config already accepts arbitrary action strings (z.array(z.string())) and matches withincludes(context.action), soready_for_reviewand other GitHub PR webhook actions already work.Changes
skills/warden/references/config-schema.mdskills/warden/references/configuration.md(same stale list)Why not #286
Supersedes #286. That was the same docs fix from a fork (
cosmith:patch-1) where no GitHub Actions workflows ever ran on the head SHA — only Vercel auth failure + external checks — so there was nothing to re-run. This internal branch gets real CI.Checks
Requested by David Cramer.
--
View Junior Session [Sentry]