You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Type definition of [Config](https://github.com/1natsu172/github-action-auto-move-related-issue/blob/master/src/types/config.ts) = Result of [yaml to json](https://codebeautify.org/yaml-to-json-xml-csv#)

77
-

83
+
# Summary
84
+
85
+
.
86
+
.
87
+
.
88
+
```
78
89
79
-
**Be careful!**
90
+
**This action support single project and single column target.**
80
91
81
-
* Don't add prefix `@` for login name
82
-
* Write the expected assignees for the column
83
-
* The Assignees before the move will be deleted
92
+
## Config rules
84
93
85
-
## Behavior
94
+
### Write the exact name
86
95
87
-
The assignees before the move do not remain and update with the expect assignees of the column.
96
+
According to the image below.
88
97
89
-
## FAQ
98
+

90
99
91
-
### ・How can I set 0(empty) Assignees?
100
+
## Behavior
92
101
93
-
Please configure as an empty array = `[]`
102
+
Only the Issue or PullRequest number or url in the issue paragraph will be targeted. It also ignores issues that have been given keywords to close.
94
103
95
-
### ・Will the assignees before the card move remain after the move?
104
+
> ref: [Closing issues using keywords](https://help.github.com/en/enterprise/2.16/user/github/managing-your-work-on-github/closing-issues-using-keywords)
96
105
97
-
No, all assignees before the move will be removed.
106
+
Support for Issue or PullRequest that has not been added to the target project. It is automatically added to the target column even if it has not been added to the project.
98
107
99
-
### ・What happens if move a card to an unconfigured column?
108
+
## FAQ
100
109
101
-
The action itself is successful and the assignment process is skipped.
110
+
### ・Not moved or some Issue or PullRequest is not moved.
102
111
112
+
Do you have any extra information in your Issue paragraph other than a number or URL?
113
+
It is recommended to describe Issue paragraph as simply as possible, with only the number and URL.
0 commit comments