Skip to content

Commit

Permalink
Auto Merge Filter feature (#18)
Browse files Browse the repository at this point in the history
* Initial filtering support #15

* Added glob processing #15

* logging

* json pattern conversion

* lets just expect the json object

* logging

* Removed need to match ALL globs

* removed some logging
  • Loading branch information
Matticusau authored Jun 23, 2020
1 parent 8aeeb29 commit 013c96c
Show file tree
Hide file tree
Showing 6 changed files with 1,599 additions and 6 deletions.
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ inputs:
enable-prmerge-automation:
description: 'Set to true to enable the auto merge capabilities'
required: true
enable-prmerge-pathcheck:
description: 'Set to true to require a path check for auto merge capabilities'
required: false
enable-prcomment-automation:
description: 'Set to true to enable the PR/Issue comment automation'
required: true
Expand All @@ -33,6 +36,10 @@ inputs:
description: 'The method to use when merging the PRs'
default: 'merge'
required: false
permerge-allowpaths:
description: 'Provide the path globs which will allow auto merge'
default: ''
required: false
prlabel-default:
description: 'The initial label to set on PRs when first created'
default: 'pr-onhold'
Expand Down
Loading

0 comments on commit 013c96c

Please sign in to comment.