Search code examples
github

How to search issues/pr whose author is NOT somebody in github?


I want to filter all issues created by robot like: is:issue is:open author:not:robot

How to get all issues except those created by robot?


Solution

  • use dash - to exclude:

    -author:robot