Skip to content

Commit

Permalink
fix(peril): fix paths to rules (#15082)
Browse files Browse the repository at this point in the history
  • Loading branch information
freiksenet authored and pieh committed Jun 24, 2019
1 parent dfd6ae8 commit 56b4516
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions peril.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"modules": ["@slack/client", "joi", "js-yaml", "date-fns"]
},
"rules": {
"issue_comment": ["rules/not-stale.ts"],
"issues.opened": ["rules/emptybody.ts", "rules/labeler.ts"],
"issue_comment": ["peril/rules/not-stale.ts"],
"issues.opened": ["peril/rules/emptybody.ts", "rules/labeler.ts"],
"pull_request.closed (pull_request.merged == true)": [
"rules/invite-collaborator.ts"
"peril/rules/invite-collaborator.ts"
]
},
"repos": {
Expand Down

0 comments on commit 56b4516

Please sign in to comment.