We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf206e commit f028201Copy full SHA for f028201
.github/workflows/update.yml
@@ -194,7 +194,6 @@ jobs:
194
operation=updated
195
gh pr edit "$pr_num" \
196
--body "$body" \
197
- --add-assignee "$team" \
198
--add-reviewer "$team"
199
else
200
echo "Creating new PR"
@@ -203,7 +202,6 @@ jobs:
203
202
--base "$base_branch" \
204
--title "$title" \
205
206
- --assignee "$team" \
207
--reviewer "$team"
208
fi
209
0 commit comments