You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/prepare-release.yml
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -91,10 +91,7 @@ jobs:
91
91
head: release/v${{ env.NBGV_MajorMinorVersion }}
92
92
base: stable
93
93
title: Release of new ${{ github.event.inputs.versionIncrement }} version v${{ env.NBGV_MajorMinorVersion }}
94
-
reviewers: ${{ github.actor }} # By default, we request a review from the person who triggered the workflow.
95
94
body: |
96
-
Hi @${{ github.actor }}
97
-
98
95
This PR was created in response to a manual trigger of the [prepare-release workflow](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}).
99
96
100
97
Merging this PR will create a GitHub Release and push new packages to NuGet.
0 commit comments