Skip to content

Commit

Permalink
ci: update global workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Oct 15, 2021
1 parent 3cb43c5 commit e5cba4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/welcome-first-time-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
if (isIssue) {
const query = `query($owner:String!, $name:String!, $contributer:String!) {
repository(owner:$owner, name:$name){
//since we are reading only totalCount there is no need to fetch more than 1.
issues(first: 1, filterBy: {createdBy:$contributer}){
totalCount
}
Expand Down

0 comments on commit e5cba4f

Please sign in to comment.