Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excluding issues by project members/contributors/collaborators #264

Closed
meltsufin opened this issue May 18, 2021 · 3 comments
Closed

Excluding issues by project members/contributors/collaborators #264

meltsufin opened this issue May 18, 2021 · 3 comments
Labels
question Further information is requested

Comments

@meltsufin
Copy link

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
Copy link
Member

Do the send and recv tags help?

@joeyparrish joeyparrish added the question Further information is requested label May 26, 2022
@joeyparrish
Copy link
Member

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

@joeyparrish
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants