We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014f8a5 commit 45ec4b1Copy full SHA for 45ec4b1
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
with:
26
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
27
target-branch: main
28
+ signoff: "OpenFeature Bot <[email protected]>"
29
30
# These steps are only run if this was a merged release-please PR
31
- name: checkout
0 commit comments