We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b62ec5 + 843550f commit 8c2e044Copy full SHA for 8c2e044
.github/workflows/create_release.yml
@@ -32,7 +32,7 @@ jobs:
32
base: main
33
title: Release ${{ steps.version.outputs.next_tag }}
34
labels: chore
35
- reviewers: krivard,sgratzl
36
- assignees: sgratzl
+ reviewers: krivard
+ # assignees:
37
body: |
38
Releasing ${{ steps.version.outputs.next_tag }}.
.github/workflows/release_main.yml
@@ -84,7 +84,7 @@ jobs:
84
base: dev
85
title: "chore: sync main->dev"
86
87
88
89
90
Syncing Main->Dev.
0 commit comments