Skip to content

Commit 5cc41cb

Browse files
authored
fix: typo in planning gha configs (#515)
Quick fix to provide @jenny-s51 with label permissions Signed-off-by: Jenny <[email protected]> Update validate-planning-label.yml Revert newline. Signed-off-by: Jenny <[email protected]> fix(actions) : update slash-commands.yaml
1 parent fddbff9 commit 5cc41cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/slash-commands.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
handle-slash-command:
1212
if: |
1313
github.event.issue.pull_request == null
14-
&& contains('["thesuperzapper", "ederign", "andyatmiami", "paulovmr", "jenny_s51", "harshad16", "thaorell", "kimwnasptd"]', github.event.comment.user.login)
14+
&& contains('["thesuperzapper", "ederign", "andyatmiami", "paulovmr", "jenny-s51", "harshad16", "thaorell", "kimwnasptd"]', github.event.comment.user.login)
1515
&& (
1616
contains(github.event.comment.body, '/add-sub-issue')
1717
|| contains(github.event.comment.body, '/remove-sub-issue')

.github/workflows/validate-planning-label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [opened, labeled]
66

77
env:
8-
AUTHORIZED_USERS: '["thesuperzapper", "ederign", "andyatmiami", "paulovmr", "jenny_s51", "harshad16", "thaorell", "kimwnasptd"]'
8+
AUTHORIZED_USERS: '["thesuperzapper", "ederign", "andyatmiami", "paulovmr", "jenny-s51", "harshad16", "thaorell", "kimwnasptd"]'
99

1010
permissions:
1111
issues: write
@@ -123,4 +123,4 @@ jobs:
123123
core.setFailed(`User ${actor} is not authorized to create planning issues`);
124124
}
125125
126-
console.log(`User ${actor} is authorized to create planning issues`);
126+
console.log(`User ${actor} is authorized to create planning issues`);

0 commit comments

Comments
 (0)