From 8bd2a99a22b5b9e767b3e4fad5abe6da1da968c2 Mon Sep 17 00:00:00 2001 From: gregfromstl Date: Sat, 2 Nov 2024 00:58:26 +0000 Subject: [PATCH] [Actions] Chore: Rename Issue Check (#5268) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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}` --- .github/workflows/linear.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linear.yml b/.github/workflows/linear.yml index 7b79987a90b..0ae3e7c7bb0 100644 --- a/.github/workflows/linear.yml +++ b/.github/workflows/linear.yml @@ -1,4 +1,4 @@ -name: Check for "linear" in pull request body +name: Check for linked issue in pull request body on: pull_request: