golangci-lint/.github/peril/settings.json
Denis Isaev 4c94e3400e
dev: add peril to invite contributors
Invite a contributor to GolangCI
organization after a first pull request
get merged.
2020-05-17 17:44:43 +03:00

15 lines
385 B
JSON

{
"$schema": "https://raw.githubusercontent.com/danger/peril/master/peril-settings-json.schema",
"settings": {
"ignored_repos": [],
"env_vars": ["SLACK_WEBHOOK_URL", "GITHUB_ACCESS_TOKEN"]
},
"repos": {
"golangci/golangci-lint": {
"pull_request.closed (pull_request.merged == true)": [
".github/peril/rules/invite-collaborator.ts"
]
}
}
}