Skip to content

Commit 2de9836

Browse files
Update git-auto-issue-branch-creation.yml
1 parent 9d8ddc1 commit 2de9836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git-auto-issue-branch-creation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
-H "Accept: application/vnd.github+json" \
6868
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
6969
-H "X-GitHub-Api-Version: 2022-11-28" \
70-
https://api.github.com/repos/KarmaComputing/create-pull-request-on-branch-creation/pulls \
70+
https://api.github.com/repos/Subscribie/subscribie/pulls \
7171
-d '{"title": "#${{ steps.issue.outputs.number }} ${{ env.ISSUE_BRANCH_NAME }}","body":"Pull request related issue: #${{ steps.issue.outputs.number }}. Please pull these awesome changes in!","head":"${{ steps.issue.outputs.number }}-${{ env.ISSUE_BRANCH_NAME }}","base":"master"}'

0 commit comments

Comments
 (0)