google/triage-party

Excluding issues by project members/contributors/collaborators

meltsufin opened this issue · 3 comments

I'm trying to create a rule that would show issues that have been last updated by non-project members. It doesn't seem to work using my attempts.

For example the following filter still seems to include issues that were filed by a committer and have no comments.

    type: issue
    filters:
      - tag: "!member-last"
      - tag: "!contributor-last"
      - tag: "!collaborator-last"

Do the send and recv tags help?

Oh, I see. Now I'm reading PR #266 and I see this has been discussed already.

Closing based on the resolution of the PR here: #266 (comment)