Skip to content

Commit f188063

Browse files
authored
chore: add liavweiss as epic owner to relevant GHAs (#550)
@liavweiss has been helping me with a lot of planning discussions and been involved with notebooks-v2 for awhile now. it will be helpful to give him the ability to create epics/features/tasks and start to own them. Signed-off-by: Andy Stoneberg <astonebe@redhat.com>
1 parent 5cc41cb commit f188063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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", "liavweiss"]', 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: 1 addition & 1 deletion
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", "liavweiss"]'
99

1010
permissions:
1111
issues: write

0 commit comments

Comments
 (0)