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 0cfdac0 commit a8beb6aCopy full SHA for a8beb6a
action.yml
@@ -26,3 +26,6 @@ inputs:
26
runs:
27
using: 'node12'
28
main: 'dist/index.js'
29
+branding:
30
+ icon: 'git-pull-request'
31
+ color: 'gray-dark'
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "github-action-merge-dependabot",
3
- "version": "1.2.1",
+ "version": "2.0.0",
4
"description": "A GitHub action to automatically merge and approve Dependabot pull requests",
5
"main": "src/index.js",
6
"scripts": {
0 commit comments