We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
inbox
Do the send and recv tags help?
send
recv
Sorry, something went wrong.
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)
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: