Skip to content

Commit

Permalink
Merge pull request #3 from cbrgm/update
Browse files Browse the repository at this point in the history
fix: pass parameters to action
  • Loading branch information
cbrgm authored Jan 17, 2024
2 parents d1c3e6a + 82e8684 commit 1433d1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ inputs:
ignore-branches:
description: 'Comma-separated list of branches to ignore'
required: false
default: ""
allowed-prefixes:
description: 'Comma-separated list of prefixes a branch must match to be deleted'
required: false
default: ""
last-commit-age-days:
description: 'Number of days since the last commit for a branch to be considered abandoned'
required: false
Expand Down

0 comments on commit 1433d1c

Please sign in to comment.