Skip to content

Commit 8bd2a99

Browse files
committed
[Actions] Chore: Rename Issue Check (#5268)
<!-- start pr-codex --> ## PR-Codex overview This PR introduces a new workflow in the `.github/workflows/linear.yml` file that ensures pull requests contain a linked issue in their body. ### Detailed summary - Added a new workflow named `Check for linked issue in pull request body`. - Configured the workflow to trigger on `pull_request` events. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 7a9713e commit 8bd2a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linear.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check for "linear" in pull request body
1+
name: Check for linked issue in pull request body
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)