File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ description: uses Playwright MCP and the `corpus` to parse page elements
3333- this output means that this page is simulating the url ` https://github.com/diffplug/selfie/issues/523 `
3434- every textarea on the page is represented
3535- ` NO_SPOT ` means that the spot was not enhanced
36- - ` type: GH_ISSUE_ADD_COMMENT ` means that it was enhanced by whichever implementation of ` CommentEnhancer ` returns the spot type ` GH_ISSUE_ADD_COMMENT `
36+ - ` type: GH_ISSUE_APPEND ` means that it was enhanced by whichever implementation of ` CommentEnhancer ` returns the spot type ` GH_ISSUE_APPEND `
3737- if you search for that string in ` src/lib/enhancers ` you will find the correct one
3838- the ` tryToEnhance ` method returned a ` CommentSpot ` , and that whole data is splatted out above
3939
You can’t perform that action at this time.
0 commit comments