Skip to content

Commit 6f1ffed

Browse files
fix: remove default value from assignees
1 parent bc6e2be commit 6f1ffed

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pr-auto-assignee.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
description: 'A list of assignees(GitHub user name) to be added to PR'
99
required: true
1010
type: string
11-
default: true
1211
reviewers:
1312
description: 'A list of reviewers(GitHub user name) to be added to PRs'
1413
required: false

docs/pr-auto-assignee.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This workflow can be used to automatically assign assignees to a PR when it is o
1010
| Name | Description | Required | Type |
1111
| ----------------- | ----------------------------------------------------- | -------- | ------- |
1212
| `assignees` | List of GitHub usernames to randomly assign to the PR | No | String |
13-
| `assign_yourself` | Whether to assign the PR creator as an assignee | Yes | Boolean |
13+
| `assign_yourself` | Whether to assign the PR creator as an assignee | No | Boolean |
1414

1515

1616

0 commit comments

Comments
 (0)