mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-21 15:53:19 +00: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:
|
||||
- payloadType: Issue_Comment
|
||||
- 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
|
||||
then:
|
||||
- addReply:
|
||||
|
Loading…
Reference in New Issue
Block a user