-
Notifications
You must be signed in to change notification settings - Fork 5
test: goofy react waterfall for warden #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
1531d7f
test: add waterfall fetch to test warden react review
gricha 13c5fa0
test: pile on more react anti-patterns for warden
gricha 6d1de19
test: strip warden filters to isolate 0-token issue
gricha 686fe18
test: use local vercel react skill to debug warden 0-token issue
gricha 5371771
test: simplify to 3 obvious react anti-patterns
gricha df3d28e
test: trigger warden with updated API key
gricha 3e21152
fix: use correct secret name for warden API key
gricha ba9b511
test: retrigger with correct API key secret
gricha 4b47fe1
fix: revert to remote skill, remove local copy
gricha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,34 +1,22 @@ | ||
| version = 1 | ||
|
|
||
| [defaults.filters] | ||
| ignorePaths = ["docs/**", "**/*.md", "**/*.lock", "**/*.json"] | ||
|
|
||
| [[triggers]] | ||
| name = "security-review" | ||
| event = "pull_request" | ||
| actions = ["opened", "synchronize", "reopened"] | ||
| skill = "security-review" | ||
| remote = "getsentry/skills" | ||
|
|
||
| [triggers.filters] | ||
| paths = ["src/**", "web/**", "mobile/**"] | ||
|
|
||
| [[triggers]] | ||
| name = "react-best-practices" | ||
| event = "pull_request" | ||
| actions = ["opened", "synchronize", "reopened"] | ||
| skill = "vercel-react-best-practices" | ||
| remote = "vercel-labs/agent-skills" | ||
|
|
||
| [triggers.filters] | ||
| paths = ["**/*.tsx", "**/*.jsx"] | ||
|
|
||
| [[triggers]] | ||
| name = "code-simplifier" | ||
| event = "pull_request" | ||
| actions = ["opened", "synchronize", "reopened"] | ||
| skill = "code-simplifier" | ||
| remote = "getsentry/skills" | ||
|
|
||
| [triggers.filters] | ||
| paths = ["src/**", "web/**", "mobile/**"] |
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
Oops, something went wrong.
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.
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.