Skip to content

Commit c38bbbe

Browse files
committed
fix: Fix workflow check
1 parent 8c6d9e2 commit c38bbbe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/check-project-assignment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: "[Check] Project/Issue Assignment"
33
on:
44
pull_request:
55
types:
6+
- opened
67
- ready_for_review
78
- labeled
89
- synchronize
@@ -126,7 +127,7 @@ jobs:
126127
done
127128
128129
if [ -n "$HAS_ERROR" ]; then
129-
echo "Please fill in Platform and Team in the '$REQUIRED_FIELDS_PROJECT' project before merging."
130+
echo "Please fill in the following field(s) in the '$REQUIRED_FIELDS_PROJECT' project before merging: ${REQUIRED_FIELDS[*]}."
130131
exit 1
131132
fi
132133

0 commit comments

Comments
 (0)