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
Automatically add an issue or pull request to specific [GitHub Project](https://help.github.com/articles/about-project-boards/) when you __create__ them. By default, the issues are assigned to the `To do` column and the pull requests to the `In progress` one, so make sure you have those columns in your project dashboard.
12
+
Automatically add an issue or pull request to specific [GitHub Project](https://help.github.com/articles/about-project-boards/) when you __create__and/or __label__them. By default, the issues are assigned to the `To do` column and the pull requests to the `In progress` one, so make sure you have those columns in your project dashboard. But the workflow allowed you to specify the column name as input, so you can assign the issues/PRs based on a set of conditions to a specific column of a specific project.
13
13
14
14
## Acknowledgment & Motivations
15
15
@@ -50,13 +50,13 @@ jobs:
50
50
name: Assign to One Project
51
51
steps:
52
52
- name: Assign NEW issues and NEW pull requests to project 2
You can use any combination of conditions, for example to move only the issues to a specific project:
68
+
#### __Notes__
69
+
Be careful of using the coditions above (opened and labeled issues/PRs) because in such workflow, if the issue/PR is opened and labeled at the same time, it will be assigned to __both__ projects!
70
+
71
+
72
+
You can use any combination of conditions. For example, to assign new issues or issues labeled with 'mylabel' to a project column, use:
0 commit comments