Skip to content

Commit

Permalink
ci(action): remove pr step
Browse files Browse the repository at this point in the history
  • Loading branch information
esteinig committed Feb 10, 2024
1 parent 956bdc1 commit 00500c3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,3 @@ jobs:
cog bump --auto
git push origin "release/${{ steps.release.outputs.version }}"
git push origin "${{ steps.release.outputs.version }}"
- name: Create PR
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'Merge release ${{ steps.release.outputs.version }}'
title: '[RELEASE] Merge release ${{ steps.release.outputs.version }} into main'
body: 'This is an automated pull request to merge changes from the release/${{ steps.release.outputs.version }} into main'
branch: "release/${{ steps.release.outputs.version }}"
base: main

0 comments on commit 00500c3

Please sign in to comment.