From 3d1f1f0f1482211f4ec2b3757a71550777a15df8 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Sun, 24 Nov 2024 22:32:43 -0500 Subject: [PATCH] Update pull-request-target.yml --- .github/workflows/pull-request-target.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-target.yml b/.github/workflows/pull-request-target.yml index 51e9bf8919..af75effc13 100644 --- a/.github/workflows/pull-request-target.yml +++ b/.github/workflows/pull-request-target.yml @@ -36,10 +36,10 @@ jobs: 1. We don't merge PRs with failed tests. 1. When tests fail, click on the `Details` link to learn more. 1. Write sufficient tests for your changes (CodeCov Patch Test). Your testing level must be better than the target threshold of the repository - 1. Tests may fail if you edit sensitive files. Ask to add the `sensitive-files-ignore-pr` label if the edits are necessary. + 1. Tests may fail if you edit sensitive files. Ask to add the `ignore-sensitive-files-pr` label if the edits are necessary. 1. We cannot merge PRs with conflicting files. These must be fixed. - These policies make our code better. + Our policies make our code better. ### Reviewers