Skip to content

Commit ae63f05

Browse files
authored
chore: sign off release-please commits and pin action SHA (#99)
Adds the `signoff` input to release-please-action so the bot's release PRs pass the DCO check, and pins the action to a SHA for v5. Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent aa27439 commit ae63f05

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717

1818
# Release-please creates a PR that tracks all changes
1919
steps:
20-
- uses: googleapis/release-please-action@v5
20+
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
2121
with:
2222
token: ${{ secrets.RELEASE_PLEASE_ACTION_TOKEN }}
23+
signoff: 'OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>'
2324

2425
# TODO: publishing goes here
2526
# publish:

0 commit comments

Comments
 (0)