Skip to content

Commit

Permalink
Update issue-to-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertinisg authored Dec 20, 2024
1 parent 415135d commit 4321249
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/issue-to-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>'
author: 'Your Name <[email protected]>' # Replace with your details or use a generic name
author: 'Your Name <[email protected]>' # 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

0 comments on commit 4321249

Please sign in to comment.