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 ec18ae4 commit 7d34cb8Copy full SHA for 7d34cb8
action.yml
@@ -0,0 +1,9 @@
1
+name: 'Merge branch'
2
+description: 'A GitHub Action that merge PR branch to other branchs'
3
+author: Miguel Savignano
4
+runs:
5
+ using: 'docker'
6
+ image: 'Dockerfile'
7
+branding:
8
+ icon: 'git-merge'
9
+ color: 'purple'
0 commit comments