Skip to content

Commit

Permalink
labelいらない
Browse files Browse the repository at this point in the history
  • Loading branch information
eatski committed Aug 8, 2024
1 parent b04743e commit bcf37ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Create Pull Request
if: steps.check_diff.outputs.changes == 'true'
run: |
gh pr create --title "Update production branch" --body "This PR updates the production branch with changes from main." --base production --head main --label "automerge"
gh pr create --title "Update production branch" --body "This PR updates the production branch with changes from main." --base production --head main
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bcf37ff

Please sign in to comment.