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 71c0ea1 commit 799da8bCopy full SHA for 799da8b
.github/workflows/branch-merge.yml
@@ -0,0 +1,17 @@
1
+name: Merge Branch
2
+
3
+on:
4
+ push:
5
+ branches: [ imgbot ]
6
7
+jobs:
8
+ merge-branch:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v2
12
+ - uses: everlytic/[email protected]
13
+ with:
14
+ github_token: ${{ github.token }}
15
+ source_ref: ${{ github.ref }}
16
+ target_branch: 'master'
17
+ commit_message_template: '[Automated] Merged {source_ref} into {target_branch}'
0 commit comments