File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -21,24 +21,19 @@ concurrency:
2121 cancel-in-progress : true
2222
2323jobs :
24- test-action :
25- name : GitHub Actions Test
24+ recommend-mobpro :
2625 runs-on : ubuntu-latest
2726 permissions :
2827 pull-requests : write
29- if : github.event_name != 'issue_comment' || github.event.issue.pull_request
3028 steps :
31- - name : Checkout
32- id : checkout
33- uses : actions/checkout@v4
34- - uses : tnyo43/recommend-mobpro-action
29+ - uses : tnyo43/recommend-mobpro-action@v1
3530 with :
36- threshold : 4 # customize this value as you like
31+ threshold : 15 # customize this value as you like
3732` ` `
3833
3934## options
4035
4136### threshold
4237
4338A threshold at which a message is sent when the number of comments exceeds this.
44- The default value is ` 25`.
39+ ( default: ` 25`)
You can’t perform that action at this time.
0 commit comments