Skip to content

Commit 8c2e044

Browse files
authored
Merge pull request #415 from cmu-delphi/sgratzl/build
ci: remove myself from release review
2 parents 6b62ec5 + 843550f commit 8c2e044

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/create_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
base: main
3333
title: Release ${{ steps.version.outputs.next_tag }}
3434
labels: chore
35-
reviewers: krivard,sgratzl
36-
assignees: sgratzl
35+
reviewers: krivard
36+
# assignees:
3737
body: |
3838
Releasing ${{ steps.version.outputs.next_tag }}.

.github/workflows/release_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
base: dev
8585
title: "chore: sync main->dev"
8686
labels: chore
87-
reviewers: krivard,sgratzl
88-
assignees: sgratzl
87+
reviewers: krivard
88+
# assignees:
8989
body: |
9090
Syncing Main->Dev.

0 commit comments

Comments
 (0)