Skip to content

Commit

Permalink
fix: failsIfUsersCannotBeAssigned flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Jan 2, 2025
1 parent 719783d commit d4b175c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ inputs:
description: 'Flag that allows a team to be set as reviewer'
required: false
default: false
failsIfUsersCannotBeAssigned:
description: 'Flag that causes the action to fail if one ore more users cannot be assigned to an issue. If not set the invalid users are simply ignored.'
required: false
default: false

runs:
using: 'node20'
Expand Down
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-assign-issue",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"description": "GitHub action that auto-assigns issues to users",
"main": "src/index.js",
Expand Down

0 comments on commit d4b175c

Please sign in to comment.