Просмотр исходного кода

fix: issues on the Done column can be either Closed or Open

trgiangdo 1 год назад
Родитель
Сommit
7a7169574f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/sync-project-issue-state.yml

+ 1 - 1
.github/workflows/sync-project-issue-state.yml

@@ -45,4 +45,4 @@ jobs:
           # If the issue is in the Closed column, it will be closed.
           closed_statuses: Closed
           # If the issue is in any of the following columns, it will be opened.
-          open_statuses: New Issue,Icebox,Contributor,Product Backlog,Sprint Backlog,In Progress,Review/QA,Done
+          open_statuses: New Issue,Icebox,Contributor,Product Backlog,Sprint Backlog,In Progress,Review/QA