From a391d4407d3029ee63f7e296ab031af0ccd71af7 Mon Sep 17 00:00:00 2001 From: Anandashankar Anil Date: Thu, 9 Jan 2025 10:49:09 +0100 Subject: [PATCH] Names --- .github/workflows/check_pr_label.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_pr_label.yml b/.github/workflows/check_pr_label.yml index cac9312..1bdcfaf 100644 --- a/.github/workflows/check_pr_label.yml +++ b/.github/workflows/check_pr_label.yml @@ -1,10 +1,10 @@ -name: Check Label on PR +.github/workflows/check_pr_label.ymlname: Check Label on PR on: pull_request: types: [opened, synchronize, labeled, unlabeled] jobs: - check-pr_label: + check_pr_label: runs-on: ubuntu-latest steps: - name: Checkout PR @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 # Fetch all history for all branches and tags - name: Check if the PR contains the label validation or no validation - id: prlabel_check + id: check_pr_label if: | ! contains( github.event.pull_request.labels.*.name, 'validation') && ! contains( github.event.pull_request.labels.*.name, 'no validation') run: |