Update workflow

This commit is contained in:
Emruz Hossain 2021-11-02 00:54:53 +06:00
parent 0d1bd1f9f4
commit b9d6b6612c
2 changed files with 25 additions and 36 deletions

View file

@ -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 ]]