Commit cae1769 1 parent e6a2e90 commit cae1769 Copy full SHA for cae1769
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
fi
58
58
59
59
- name : Find existing comment
60
- uses : peter-evans/find-comment@v2
60
+ uses : peter-evans/find-comment@v3
61
61
id : search
62
62
continue-on-error : true
63
63
with :
66
66
body-includes : Developer Certificate of Origin
67
67
68
68
- name : Report good signoff
69
- uses : peter-evans/create-or-update-comment@v3
69
+ uses : peter-evans/create-or-update-comment@v4
70
70
if : steps.result.outputs.success == 'true' && steps.result.outputs.have_token == 'true'
71
71
with :
72
72
token : ${{ secrets.OPENSLIDE_BOT_TOKEN }}
95
95
[license]: https://openslide.org/license/
96
96
97
97
- name : Report bad signoff
98
- uses : peter-evans/create-or-update-comment@v3
98
+ uses : peter-evans/create-or-update-comment@v4
99
99
if : steps.result.outputs.success != 'true' && steps.result.outputs.have_token == 'true'
100
100
with :
101
101
token : ${{ secrets.OPENSLIDE_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments