Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
fix: remove github from action name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Apr 30, 2021
1 parent fafd482 commit f4acf09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 'Auto approve/merge GitHub-native Dependabot PR'
description: 'GitHub Action for auto-approving and auto-merging GitHub-native Dependabot pull requests.'
name: 'Auto approve/merge Dependabot (native) PR'
description: 'Auto approve and merge Dependabot (native) pull-requests.'
inputs:
github-token:
description: 'The GitHub token to use for auto-approving and auto-merging, can be ${{ secrets.GITHUB_TOKEN }}.'
required: true
update-type:
description: 'Type of update for auto-merging, can be "major", "minor" or "patch".'
default: 'all',
default: 'all'
required: false
runs:
using: 'node12'
Expand Down

0 comments on commit f4acf09

Please sign in to comment.