Skip to content

Commit

Permalink
revert the updated qualifier (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmari authored Oct 19, 2020
1 parent f583661 commit 41e4748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,8 @@ async function getTeamPingIssues (octokit, org, team, authors, commenters, since
query = query.concat(`+-commenter%3A${commenter}`)
}

// Add the updated since date query
query = query.concat(`+updated%3A%3E${since}`)
// Add the created since date query
query = query.concat(`+created%3A%3E${since}`)

// Add ignore repos query
ignoreRepos.forEach(elem => {
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ async function getTeamPingIssues (octokit, org, team, authors, commenters, since
query = query.concat(`+-commenter%3A${commenter}`)
}

// Add the updated since date query
query = query.concat(`+updated%3A%3E${since}`)
// Add the created since date query
query = query.concat(`+created%3A%3E${since}`)

// Add ignore repos query
ignoreRepos.forEach(elem => {
Expand Down

0 comments on commit 41e4748

Please sign in to comment.