Skip to content

Commit

Permalink
feat(bootstrapping): create a PR as the github actions bot
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrukowski committed Oct 8, 2023
1 parent 54c838c commit 570aec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- run: 'git commit -m "feat(bootstrapping): gontainer $GONTAINER_VERSION" internal/gontainer/gontainer.go'
- run: "git push --set-upstream origin bootstrapping/$GONTAINER_VERSION"
- name: Create pull request
run: 'gh pr create --base=main --fill-first --no-maintainer-edit'
run: 'gh pr create --base=main --body="Automatically rebuild dependencies 🤖" --fill-first --no-maintainer-edit'
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}

0 comments on commit 570aec7

Please sign in to comment.