From 65527b1c377326ddd4f552fff1e21c2bed61e8f5 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Tue, 19 Dec 2023 08:28:53 -0800 Subject: [PATCH] Add a comment --- .github/workflows/pull_request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 511ac282a2..b0a799047b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -43,6 +43,8 @@ permissions: jobs: prepare: + # Executes the get-pr-info action to determine if the PR has the skip-ci label, if the action fails we assume the + # PR does not have the label name: Prepare runs-on: ubuntu-latest container: