Skip to content

Commit

Permalink
fix: add auto-merge to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 31, 2021
1 parent 5715d67 commit 65a6b01
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,17 @@ inputs:
default: Update from 'Create or Update Request' action
path:
description: Commit selected files only by providing a path. It is used in `git add "<path>"`
required: false
labels:
description: Comma separated list of labels to apply to the pull request
required: false
assignees:
description: Comma separated list of assignees to apply to the pull request
required: false
auto-merge:
description: "Enable auto merge for pull request. Requires auto merging to be enabled in repository settings"
required: false

runs:
using: "node12"
main: "dist/index.js"

0 comments on commit 65a6b01

Please sign in to comment.