Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Chore: Improve Linear Issue Check Syntax (#5508)
CNCT-2462 <!-- start pr-codex --> ## PR-Codex overview This PR introduces a new GitHub Actions workflow named `Linked Issue`, which checks for valid issue references in the pull request body. It ensures that the body contains an issue ID with specified prefixes before allowing the pull request to proceed. ### Detailed summary - Added a new workflow file named `issue.yml`. - Set the workflow to trigger on `pull_request` events (opened, edited). - Defined an environment variable `VALID_ISSUE_PREFIXES` with values "CNCT|DASH". - Created a job named `linear` that runs on `ubuntu-latest`. - Implemented a step to check for linked issue references in the PR body using a regex. - If no valid reference is found, the workflow fails with a specific error message. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information