-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cml pr
: Add --merge
option.
#823
Comments
on: pull_request
jobs:
cml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: iterative/setup-cml@v1
- name: Generate data
run: echo "Hello World" > output.txt
- name: Create and merge a new pull request
- run: gh pr merge --rebase $(cml pr "output.txt")
+ run: cml pr --merge output.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Things to consider, when using |
Probably |
I kind of like Maybe off-topic but, would it make any sense to have separate command So: |
Yes, in an ideal world (#762) what is now known as |
love |
also how to handle conflicts (#758)? |
See also automatic merge as in |
Closed with #932; naming suggestions moved to #762 (comment) |
It would be nice to have native support in CML for the cloud-agnostic equivalent of:
The text was updated successfully, but these errors were encountered: