Skip to content

Commit 6319eb3

Browse files
ioqnqeva-cosma
authored andcommitted
fix: remove faulty assignees field
Signed-off-by: Nedelcu Ioana <ioana.nedelcu643@gmail.com>
1 parent 249f495 commit 6319eb3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/issue-builder.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126
echo "New issue creation"
127127
new_issue_url=$(gh issue create \
128128
--title "$TITLE" \
129-
--assignee "$ASSIGNEES" \
130129
--label "$LABELS" \
131130
--body "$BODY"$'\n'"$COMMIT_LIST")
132131
if [[ $PINNED == true ]]; then
@@ -173,7 +172,6 @@ jobs:
173172
UPSTREAM: "tock/tock"
174173
DOWNSTREAM: "WyliodrinEmbeddedIoT/tockloader-rs"
175174
TITLE: Bring updates from 'tock-tbf' to 'tbf-parser'
176-
ASSIGNEES: unassigned
177175
LABELS: D3-TBF PARSER,P1-CRITICAL,EXCLUSIVE LABEL
178176
BODY: |
179177
Please review the commits in order of oldest to newest (top to bottom). Once you have implemented the corresponding updates, copy-paste the sha of the commit you last covered in ['.lastcommsha'](https://github.com/WyliodrinEmbeddedIoT/tockloader-rs/tree/main/.github/.lastcommsha). Make sure to label any PRs addressing the commits in this list with 'EXCLUSIVE LABEL'. The following commits need to be accounted for:

0 commit comments

Comments
 (0)