google / triage-party

🎉 Triage Party: massively multi-player GitHub triage 🎉
Apache License 2.0
502 stars 80 forks source link

Excluding issues by project members/contributors/collaborators #264

Closed meltsufin closed 2 years ago

meltsufin commented 3 years ago

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"
joeyparrish commented 2 years ago

Do the send and recv tags help?

joeyparrish commented 2 years ago

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

joeyparrish commented 2 years ago

Closing based on the resolution of the PR here: https://github.com/google/triage-party/pull/266#issuecomment-1143864827