Skip to content

Commit

Permalink
Simplify create PR to fix this PR problem
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed May 16, 2023
1 parent 8803eb1 commit 413782f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/update_range_message.yml
Expand Up @@ -64,12 +64,8 @@ jobs:
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.ISSUES_GITHUB_TOKEN }}
assignees: briandfoy
labels: "Type: data update"
title: Data update for ${{env.NEW_VERSION}}
delete-branch: true
branch: ${{env.PR_BRANCH_NAME}}
base: master
- name: Clean up
continue-on-error: true
if: ${{ env.RANGE_MESSAGES_SAME == 0 }}
Expand Down

0 comments on commit 413782f

Please sign in to comment.