mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 17:06:57 -06:00
chore: Add renovate to the ignore list (#42791)
* chore: Add renovate to the ignore list It won't flag renovate pr's as external * Update .github/pr-commands.json
This commit is contained in:
parent
d5f63ff7bd
commit
b82663b87b
1
.github/pr-commands.json
vendored
1
.github/pr-commands.json
vendored
@ -183,6 +183,7 @@
|
||||
"type": "author",
|
||||
"name": "pr/external",
|
||||
"notMemberOf": { "org": "grafana" },
|
||||
"ignoreList": ["renovate[bot]"],
|
||||
"action": "updateLabel",
|
||||
"addLabel": "pr/external"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user