mirror of https://gitee.com/answerdev/answer.git
feat(vaunt): update vaunt config
This commit is contained in:
parent
818af49f27
commit
72700a7df2
|
@ -6,7 +6,7 @@ achievements:
|
||||||
description: Awarded for bringing up enhancement, dream big!
|
description: Awarded for bringing up enhancement, dream big!
|
||||||
triggers:
|
triggers:
|
||||||
- trigger:
|
- trigger:
|
||||||
actor: author
|
actor: assignees
|
||||||
action: issue
|
action: issue
|
||||||
condition: labels in ['enhancement'] & labels in ['LGTM']
|
condition: labels in ['enhancement'] & labels in ['LGTM']
|
||||||
- achievement:
|
- achievement:
|
||||||
|
@ -15,6 +15,6 @@ achievements:
|
||||||
description: Awarded for identifying real bugs, well spotted!
|
description: Awarded for identifying real bugs, well spotted!
|
||||||
triggers:
|
triggers:
|
||||||
- trigger:
|
- trigger:
|
||||||
actor: author
|
actor: assignees
|
||||||
action: issue
|
action: issue
|
||||||
condition: labels in ['bug'] & labels in ['LGTM']
|
condition: labels in ['bug'] & labels in ['LGTM']
|
||||||
|
|
Loading…
Reference in New Issue