Update workflow
This commit is contained in:
parent
0d1bd1f9f4
commit
b9d6b6612c
2 changed files with 25 additions and 36 deletions
2
.github/workflows/project-automation-pr.yaml
vendored
2
.github/workflows/project-automation-pr.yaml
vendored
|
@ -138,7 +138,7 @@ jobs:
|
|||
|
||||
OPTION_ID=$STATUS_TODO
|
||||
|
||||
if [[ ("${MERGED}" == "true") || ("${STATUS}" == "closed") ]]
|
||||
if [[ ("${MERGED}" == "true") || ("${STATE}" == "closed") ]]
|
||||
then
|
||||
OPTION_ID=$STATUS_DONE
|
||||
elif [[ ${#REVIEWERS[@]} -gt 0 ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue