diff --git a/.github/workflows/issue-to-pr.yml b/.github/workflows/issue-to-pr.yml index 06a8d76..9bbf4a5 100644 --- a/.github/workflows/issue-to-pr.yml +++ b/.github/workflows/issue-to-pr.yml @@ -96,13 +96,12 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Add prompt '${{ steps.extract_data.outputs.PROMPT_NAME }}' from Issue #${{ github.event.issue.number }}" committer: 'GitHub ' - author: 'Your Name ' # Replace with your details or use a generic name + author: 'Your Name ' # Replace with your name and email title: "Add Prompt: ${{ steps.extract_data.outputs.PROMPT_NAME }}" body: | Adds a new prompt from Issue #${{ github.event.issue.number }}. Automatically generated by GitHub Actions. branch: "issue-${{ github.event.issue.number }}" - branch-suffix: "none" base: main delete-branch: false overwrite-existing: true