mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-23 19:49:17 +08:00
Fix RegEx in I would like to contribute bot (#34844)
* Update resourceManagement.yml * Update resourceManagement.yml
This commit is contained in:
parent
7640258c10
commit
a536ec6e0b
2
.github/policies/resourceManagement.yml
vendored
2
.github/policies/resourceManagement.yml
vendored
@ -236,7 +236,7 @@ configuration:
|
|||||||
- if:
|
- if:
|
||||||
- payloadType: Issue_Comment
|
- payloadType: Issue_Comment
|
||||||
- commentContains:
|
- commentContains:
|
||||||
pattern: 'I would [like|love] [to help|helping|to contribute|contributing|to implement|implementing|to fix|fixing]'
|
pattern: "I(( would|'d) (like|love|be happy)| want) (to help|helping|to contribute|contributing|to implement|implementing|to fix|fixing)"
|
||||||
isRegex: True
|
isRegex: True
|
||||||
then:
|
then:
|
||||||
- addReply:
|
- addReply:
|
||||||
|
Loading…
Reference in New Issue
Block a user