fix(seatool deletes): Fix bug where delete events in seatool were no… #189
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Release PR - val | |
on: | |
push: | |
branches: master | |
jobs: | |
pull-request: | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Create Pull Request | |
uses: repo-sync/pull-request@v2 | |
with: | |
destination_branch: val | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
pr_title: Release to val | |
pr_body: | | |
Release to val. | |
#### Please **create a merge commit** |