Skip to content

Commit be7ed59

Browse files
committed
make 'Comment Link' text more generic
1 parent 34abf5e commit be7ed59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/functions/lock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export async function lock(
292292
- __Created At__: \`${lockData.created_at}\`
293293
- __Created By__: \`${lockData.created_by}\`
294294
- __Sticky__: \`${lockData.sticky}\`
295-
- __Comment Link__: [click here](${lockData.link})
295+
- __Lock Set Link__: [click here](${lockData.link})
296296
- __Lock Link__: [click here](${BASE_URL}/${owner}/${repo}/blob/${LOCK_BRANCH}/${LOCK_FILE})
297297
298298
The current lock has been active for \`${totalTime}\`

0 commit comments

Comments
 (0)