Skip to content

Commit a74367d

Browse files
BagToadCopilot
andcommitted
docs(skill): note bot / GitHub App author filtering
Filtering by --author <bot> matches nothing because bots author as a GitHub App. Add a bullet covering --app and the [bot] login form. Co-authored-by: Copilot <[email protected]>
1 parent 4a31d59 commit a74367d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

skills/gh/SKILL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Pass `--repo OWNER/REPO` (`-R`) to override the resolved CWD repo.
5858
anything cross-repo or filtered by author/label.
5959
- `gh issue list --search "..."` and `gh pr list --search "..."` take the
6060
query as one quoted string (it is a flag value) and are scoped to one repo.
61+
- Bots author as GitHub Apps, so `--author dependabot` matches nothing. Use
62+
`--app dependabot` (on `pr`/`issue list` and `search prs|issues`; expands
63+
to `author:app/<slug>`) or `--author "dependabot[bot]"`.
6164

6265
## Issue types, sub-issues, and relationships
6366

0 commit comments

Comments
 (0)