Skip to content

Commit

Permalink
Update peril.settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Apr 29, 2020
1 parent e57acdc commit 85d4c14
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions peril.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@
"modules": ["@slack/client", "joi", "js-yaml", "date-fns"]
},
"rules": {
"issues.opened": ["peril/rules/emptybody.ts", "peril/rules/labeler.ts", "peril/rules/apply-triage-needed.ts"],
"pull_request.opened": ["peril/rules/apply-triage-needed.ts"]
"issues.opened": ["peril/rules/emptybody.ts", "peril/rules/labeler.ts"],
},
"repos": {
"pieh/gatsby": {
"issues.opened": ["pieh/gatsby@peril/rules/apply-triage-needed.ts"],
"pull_request.opened": [
"pieh/gatsby@peril/rules/apply-triage-needed.ts"
],
}
}
}

0 comments on commit 85d4c14

Please sign in to comment.