@@ -789,8 +789,8 @@ jobs:
789789| issue-assignee | Assignee filtering | string | ✖ |
790790| issue-creator | Creator filtering | string | ✖ |
791791| issue-mentioned | Mentioned filtering | string | ✖ |
792- | body-includes | Body filtering | string | ✖ |
793- | title-includes | Title filtering | string | ✖ |
792+ | body-includes | Body filtering, supports filtering of multiple strings | string | ✖ |
793+ | title-includes | Title filtering, supports filtering of multiple strings | string | ✖ |
794794| inactive-day | Inactive days filtering | number | ✖ |
795795| inactive-mode | Detect inactive mode, default `issue` | string | ✖ |
796796| inactive-label | The label name adding | string | ✖ |
@@ -891,8 +891,8 @@ jobs:
891891| issue-assignee | Assignee filtering | string | ✖ |
892892| issue-creator | Creator filtering | string | ✖ |
893893| issue-mentioned | Mentioned filtering | string | ✖ |
894- | body-includes | Body filtering | string | ✖ |
895- | title-includes | Title filtering | string | ✖ |
894+ | body-includes | Body filtering, supports filtering of multiple strings | string | ✖ |
895+ | title-includes | Title filtering, supports filtering of multiple strings | string | ✖ |
896896| inactive-day | Inactive days filtering | number | ✖ |
897897| exclude-labels | Exclude labels filtering | string | ✖ |
898898| close-reason | Reason for closing. Default `not_planned`, another `completed` | string | ✖ |
@@ -954,8 +954,8 @@ Find the current repository, the creator is k , the title contains `this` , the
954954 token: ${{ secrets.GITHUB_TOKEN }}
955955 issue-creator: 'k'
956956 issue-state: 'open'
957- title-includes: 'this'
958- body-includes: 'that'
957+ title-includes: 'this,that '
958+ body-includes: 'that,this '
959959 labels: 'documentation'
960960` ` `
961961
@@ -965,8 +965,8 @@ Find the current repository, the creator is k , the title contains `this` , the
965965| token | [Token explain](#token) | string | ✖ |
966966| issue-state | State filtering | string | ✖ |
967967| issue-creator | Creator filtering | string | ✖ |
968- | title-includes | Title filtering | string | ✖ |
969- | body-includes | Body filtering | string | ✖ |
968+ | title-includes | Title filtering, supports filtering of multiple strings | string | ✖ |
969+ | body-includes | Body filtering, supports filtering of multiple strings | string | ✖ |
970970| labels | Labels filtering | string | ✖ |
971971| exclude-labels | Exclude labels filtering | string | ✖ |
972972| inactive-day | Inactive days filtering | number | ✖ |
@@ -1024,8 +1024,8 @@ jobs:
10241024| issue-assignee | Assignee filtering | string | ✖ |
10251025| issue-creator | Creator filtering | string | ✖ |
10261026| issue-mentioned | Mentioned filtering | string | ✖ |
1027- | body-includes | Body filtering | string | ✖ |
1028- | title-includes | Title filtering | string | ✖ |
1027+ | body-includes | Body filtering, supports filtering of multiple strings | string | ✖ |
1028+ | title-includes | Title filtering, supports filtering of multiple strings | string | ✖ |
10291029| inactive-day | Inactive days filtering | number | ✖ |
10301030| lock-reason | Reason for locking issue | string | ✖ |
10311031| exclude-labels | Exclude labels filtering | string | ✖ |
0 commit comments