Skip to content

Commit

Permalink
Merge pull request #287 from stronk7/avoid_tobic_dupes
Browse files Browse the repository at this point in the history
Move from participants to JQL Tricks commentedByUser()
  • Loading branch information
lameze authored Dec 19, 2023
2 parents 4c0697c + 4ea0d69 commit 02e74ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/0-setup.bats
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ load libs/shared_setup
assert_success

run $phpcs --version
assert_output --regexp "PHP_CodeSniffer version [0-9]+\.[0-9]+\.[0-9]+ \(stable\) by Squiz \(http://www.squiz.net\)"
assert_output --regexp "PHP_CodeSniffer version [0-9]+\.[0-9]+\.[0-9]+ \(stable\) by Squiz and PHPCSStandards"
}

@test "GNU grep installed" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ${basereq} --action getIssueList \
--jql "project = 'Moodle' \
AND status = 'Waiting for component lead review' \
AND status WAS NOT 'Waiting for component lead review' ON '-${schedulemins}' \
AND participants not in (tobic) \
AND issue NOT IN commentedByUser('tobic') \
AND level IS EMPTY \
ORDER BY priority DESC, votes DESC, 'Last comment date' ASC" \
--outputFormat 101 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ${basereq} --action getIssueList \
--jql "project = 'Moodle' \
AND status = 'Waiting for integration review' \
AND status WAS NOT 'Waiting for integration review' ON '-${schedulemins}' \
AND participants not in (tobic) \
AND issue NOT IN commentedByUser('tobic') \
AND level IS EMPTY \
ORDER BY priority DESC, votes DESC, 'Last comment date' ASC" \
--outputFormat 101 \
Expand Down

0 comments on commit 02e74ff

Please sign in to comment.