File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
github-actions/lock-closed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22001,7 +22001,7 @@ async function run() {
22001
22001
const message = 'This issue has been automatically locked due to inactivity.\n' +
22002
22002
'Please file a new issue if you are encountering a similar or related problem.\n\n' +
22003
22003
`Read more about our [automatic conversation locking policy](${ policyUrl } ).\n\n` +
22004
- '_This action has been performed automatically by a bot._' ;
22004
+ '<sub> _This action has been performed automatically by a bot._</sub> ' ;
22005
22005
const maxPerExecution = Math . min ( + core_5 ( 'locks-per-execution' ) || 1 , 400 ) ;
22006
22006
const repoToken = core_5 ( 'github-token' , { required : true } ) ;
22007
22007
const client = new github_2 ( repoToken ) ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ async function run(): Promise<void> {
32
32
'This issue has been automatically locked due to inactivity.\n' +
33
33
'Please file a new issue if you are encountering a similar or related problem.\n\n' +
34
34
`Read more about our [automatic conversation locking policy](${ policyUrl } ).\n\n` +
35
- '_This action has been performed automatically by a bot._' ;
35
+ '<sub> _This action has been performed automatically by a bot._</sub> ' ;
36
36
37
37
const maxPerExecution = Math . min ( + core . getInput ( 'locks-per-execution' ) || 1 , 400 ) ;
38
38
const repoToken = core . getInput ( 'github-token' , { required : true } ) ;
You can’t perform that action at this time.
0 commit comments