mirror of https://github.com/webpack/webpack.git
Label "send a PR" issues
This commit is contained in:
parent
221d2cee43
commit
000b34e0c2
|
@ -411,6 +411,17 @@ rules:
|
|||
|
||||
|
||||
|
||||
# add "Send a PR" label when somebody with write permission say it
|
||||
- filters:
|
||||
open: true
|
||||
comment: "[Ss]end a [Pp][Rr]"
|
||||
permission:
|
||||
user: "{{comment.actor.login}}"
|
||||
actions:
|
||||
label: "Send a PR"
|
||||
|
||||
|
||||
|
||||
# Move issue task
|
||||
- filters:
|
||||
open: true
|
||||
|
|
Loading…
Reference in New Issue