Skip to content

Commit f682fa3

Browse files
authored
Update validate-planning-label.yml
Quick fix to provide @jenny-s51 with label permissions Signed-off-by: Jenny <[email protected]>
1 parent fddbff9 commit f682fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)