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:
SethCohen
2025-06-17 00:10:47 -04:00
committed by GitHub
parent e1dc0826fe
commit 74ded4247d
4 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ jobs:
footer_timestamp: ${{ inputs.FOOTER_TIMESTAMP }}
max_description: ${{ inputs.MAX_DESCRIPTION }}
reduce_headings: ${{ inputs.REDUCE_HEADINGS }}
remove_github_reference_links: ${{ inputs.REMOVE_GITHUB_REFERENCE_LINKS }}