Skip to content

Commit

Permalink
main → v4 (#169)
Browse files Browse the repository at this point in the history
* add `owners_path` inside `actions.yml`
  • Loading branch information
undrafted authored Feb 22, 2023
1 parent ae43435 commit 5792203
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ inputs:
labels:
description: 'Record, with `label` keys and regex path values.'
required: false
owners_path:
description: 'Path to a `source` to fetch owners from. When provided, the action will assign the reviewers from the owners found in this path.'
required: false

runs:
using: 'node12'
main: 'dist/index.js'
Expand Down

0 comments on commit 5792203

Please sign in to comment.