Skip to content

Commit

Permalink
Change PR body
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Hinds <[email protected]>
  • Loading branch information
lukehinds committed Jun 20, 2024
1 parent 7acef73 commit fc92290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/action/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func (fa *FrizbeeAction) createPR(ctx context.Context) error {
//nolint:lll
fa.bodyBuilder.WriteString("Pinning is a [security practice recommended by GitHub](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions).\n\n")
//nolint:lll
fa.bodyBuilder.WriteString("🥏 Posted on behalf of 🥏 [frizbee-action](https://github.com/stacklok/frizbee-action), by [Stacklok](https://stacklok.com).\n\n")
fa.bodyBuilder.WriteString("🥏 Posted on behalf of [frizbee-action](https://github.com/stacklok/frizbee-action) 🥏, by [Stacklok](https://stacklok.com).\n\n")

// Create a new PR
pr, _, err := fa.Client.PullRequests.Create(ctx, fa.RepoOwner, fa.RepoName, &github.NewPullRequest{
Expand Down

0 comments on commit fc92290

Please sign in to comment.