mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Automation: Label pull requests based on author org (#32547)
Should add the label pr/external to pull requests for authors not member of the Grafana org. Making use of grafana/grafana-github-actions#20
This commit is contained in:
parent
433f6b91d0
commit
be0c29a46c
7
.github/pr-commands.json
vendored
7
.github/pr-commands.json
vendored
@ -171,5 +171,12 @@
|
||||
"matches": ["public/app/features/variables/**/*", "public/app/features/templating/**/*"],
|
||||
"action": "updateLabel",
|
||||
"addLabel": "area/dashboard/templating"
|
||||
},
|
||||
{
|
||||
"type": "author",
|
||||
"name": "pr/external",
|
||||
"notMemberOf": { "org": "grafana" },
|
||||
"action": "updateLabel",
|
||||
"addLabel": "pr/external"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user