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`);