We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282a563 commit cc88968Copy full SHA for cc88968
.github/workflows/pipeline.yaml
@@ -32,8 +32,11 @@ jobs:
32
commit_message: "chore: fix linting issues"
33
commit_user_name: Wesley Scholl
34
commit_user_email: wscholl@totalwine.com
35
- - id: automerge
36
- name: Merge
37
- uses: "pascalgn/automerge-action@v0.16.3"
+ - name: Merge branch
+ uses: julbme/gh-action-merge-branch@v1
+ with:
38
+ from: ${{ github.ref }}
39
+ to: main
40
+ message: Merged to main
41
env:
- GITHUB_TOKEN: "${{ secrets.WF_TOKEN }}"
42
+ GITHUB_TOKEN: ${{ secrets.WF_TOKEN }}
0 commit comments