getkalido/Find links in merge requests

Find all the links in commits from merge requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGITHUB_TOKEN or a repo scoped PAT.${{ github.token }}
repositoryThe full name of the repository containing the issue or pull request.${{ github.repository }}
current-branchThe current branch that the repo is on${{ github.head_ref || github.ref_name || github.event.after }}
target-branchThe target/base branch of the PR${{ github.event.pull_request.base.ref || github.event.before }}
from-pr-onlyFlag to indicate if the links should come based on a PRfalse
issue-numberThe number of the issue or pull request in which to create a comment.${{ github.event.pull_request.number }}
domain-filtersFilters for the links to include only certain onesgithub.com
include-authorFlag to include the author as part of the links when making the PR commenttrue
mondayTokenMonday personal access token for access via monday api to get ticket information
mondayDomainTokensMonday personal access tokens for access via monday api to get ticket information based on domain. Comma sepeated and | separated between key value pairs
set-links-as-pr-commentFlag to set the links found as the body on the PRfalse
namedescription
linksThe list of links that were found. Data includes the url, author and name of card
linksb64The list of links that were found in a base64 format