From df02fad27ba77b34a3641a7ee411ebd33f6cf440 Mon Sep 17 00:00:00 2001 From: Jenny <32821331+jenny-s51@users.noreply.github.com> Date: Thu, 31 Jul 2025 17:04:56 -0400 Subject: [PATCH] Update validate-planning-label.yml Quick fix to provide @jenny-s51 with label permissions Signed-off-by: Jenny <32821331+jenny-s51@users.noreply.github.com> Update validate-planning-label.yml Revert newline. Signed-off-by: Jenny <32821331+jenny-s51@users.noreply.github.com> fix(actions) : update slash-commands.yaml --- .github/workflows/slash-commands.yaml | 2 +- .github/workflows/validate-planning-label.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/slash-commands.yaml b/.github/workflows/slash-commands.yaml index 5a6190a61..cb5f053fa 100644 --- a/.github/workflows/slash-commands.yaml +++ b/.github/workflows/slash-commands.yaml @@ -11,7 +11,7 @@ jobs: handle-slash-command: if: | github.event.issue.pull_request == null - && contains('["thesuperzapper", "ederign", "andyatmiami", "paulovmr", "jenny_s51", "harshad16", "thaorell", "kimwnasptd"]', github.event.comment.user.login) + && contains('["thesuperzapper", "ederign", "andyatmiami", "paulovmr", "jenny-s51", "harshad16", "thaorell", "kimwnasptd"]', github.event.comment.user.login) && ( contains(github.event.comment.body, '/add-sub-issue') || contains(github.event.comment.body, '/remove-sub-issue') diff --git a/.github/workflows/validate-planning-label.yml b/.github/workflows/validate-planning-label.yml index 65e01523c..dc8173651 100644 --- a/.github/workflows/validate-planning-label.yml +++ b/.github/workflows/validate-planning-label.yml @@ -5,7 +5,7 @@ on: types: [opened, labeled] env: - AUTHORIZED_USERS: '["thesuperzapper", "ederign", "andyatmiami", "paulovmr", "jenny_s51", "harshad16", "thaorell", "kimwnasptd"]' + AUTHORIZED_USERS: '["thesuperzapper", "ederign", "andyatmiami", "paulovmr", "jenny-s51", "harshad16", "thaorell", "kimwnasptd"]' permissions: issues: write @@ -123,4 +123,4 @@ jobs: core.setFailed(`User ${actor} is not authorized to create planning issues`); } - console.log(`User ${actor} is authorized to create planning issues`); \ No newline at end of file + console.log(`User ${actor} is authorized to create planning issues`);