What happened
when I tried to remove all labels set with "labels" options, the error occurred for removing 'stg' label, and 'prd' label which exists was not removed.
- these are labels status before run
dev: exists
stg: NOT exists
prd: exists
in this case,
'dev' label is removed
but 'prd' label is not removed because the error of removing 'stg' label.
Run actions-ecosystem/action-remove-labels@v1
Error: HttpError: Label does not exist
What you expected to happen
run a process successfully even if an error occur of removing labels
What happened
when I tried to remove all labels set with "labels" options, the error occurred for removing 'stg' label, and 'prd' label which exists was not removed.
dev: exists
stg: NOT exists
prd: exists
in this case,
'dev' label is removed
but 'prd' label is not removed because the error of removing 'stg' label.
What you expected to happen
run a process successfully even if an error occur of removing labels