getkalido/Find links in merge requests
Find all the links in commits from merge requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a repo scoped PAT. | — | ${{ github.token }} |
| repository | The full name of the repository containing the issue or pull request. | — | ${{ github.repository }} |
| current-branch | The current branch that the repo is on | — | ${{ github.head_ref || github.ref_name || github.event.after }} |
| target-branch | The target/base branch of the PR | — | ${{ github.event.pull_request.base.ref || github.event.before }} |
| from-pr-only | Flag to indicate if the links should come based on a PR | — | false |
| issue-number | The number of the issue or pull request in which to create a comment. | — | ${{ github.event.pull_request.number }} |
| domain-filters | Filters for the links to include only certain ones | — | github.com |
| include-author | Flag to include the author as part of the links when making the PR comment | — | true |
| mondayToken | Monday personal access token for access via monday api to get ticket information | — | — |
| mondayDomainTokens | Monday 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-comment | Flag to set the links found as the body on the PR | — | false |
Outputs
| name | description |
|---|---|
| links | The list of links that were found. Data includes the url, author and name of card |
| linksb64 | The list of links that were found in a base64 format |