levigo/GLIX Action – the Git Log Identifier eXtractor
This action extracts all Jira issue keys from a certain git commit and its relevant parents
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commitId | the id (hash) of the commit | yes | — |
| mainBranch | the main branch of the repo, e.g. "master" or "main" | yes | — |
| baseDir | the directory for the git repo | no | — |
Outputs
| name | description |
|---|---|
| jiraIssueKeys | the found Jira issue keys from all commit messages separated by a comma |