lfreleng-actions/🎟️ Add issue tracker to commit message
Action to add issue tracker reference to commit message body
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/inject-issue-id-action@86860bc94e73f815c0353116f8c0b066c36dc5e9 # v0.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| issue_id_lookup_json | JSON mapping/lookup table for issues | yes | — |
| issue_string | String to embed/inject | no | Issue-ID: |
| inject | Whether to add an issue tracker if NOT found | no | true |
Outputs
| name | description |
|---|---|
| present | Whether the required Issue tracker is present |