mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-14 20:13:23 +00:00
Add option to strip PR and commit links (#48)
* feat: add option to remove PR and commit links * feat(github-action): rename input from remove_pr_commit_links to remove_github_reference_links for clarity and expand functionality to include issue links fix(github-action): update removeGithubReferenceLinks function to remove all GitHub PR, commit, and issue links from the text, including markdown links resolves #41
This commit is contained in:
@@ -31,6 +31,10 @@ inputs:
|
||||
description: Max length for the description.
|
||||
required: false
|
||||
default: '4096'
|
||||
remove_github_reference_links:
|
||||
description: Remove any PR, commit, and issue links from the description.
|
||||
required: false
|
||||
default: 'false'
|
||||
reduce_headings:
|
||||
description: Converts H3 to bold, h2 to bold & underline.
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user