Skip to content

feat: incorporate jira link check into pr-title-check action#252

Open
jariwiklund wants to merge 3 commits intomainfrom
feat/add-check-jira-link-workflow
Open

feat: incorporate jira link check into pr-title-check action#252
jariwiklund wants to merge 3 commits intomainfrom
feat/add-check-jira-link-workflow

Conversation

@jariwiklund
Copy link

@jariwiklund jariwiklund commented Feb 27, 2026

Summary

The pr-title-check composite action now also checks that every PR references a Jira ticket. A valid reference is either a full Jira URL in the PR description or a ticket reference (e.g. [FOO-123]) in the PR title. Automated bots and PRs with nojira/no-jira are skipped.

🤖 Generated with Claude Code

Copied from monta-app/server#21276. Validates that PRs include a Jira
ticket link, with opt-out support via "nojira"/"no-jira" and automatic
skipping for automated bots.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@morten-andersen
Copy link
Contributor

shouldn't this be part of the normal https://github.com/monta-app/github-workflows/tree/main/.github/actions/pr-title-check ? so we don't have to manually set this up on every single repo

@jariwiklund
Copy link
Author

shouldn't this be part of the normal https://github.com/monta-app/github-workflows/tree/main/.github/actions/pr-title-check ? so we don't have to manually set this up on every single repo

Yes makes sense to merge the two.

@jariwiklund jariwiklund changed the title feat: add check-jira-link workflow feat: incorporate jira link check into pr-title-check action Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants