Create

Create

86M Downloads

Github action `label-issues` works, but exits with `AggregateError`.

James103 opened this issue ยท 0 comments

commented

Describe the Bug

The action label-issues, executed whenever a new issue is posted on this repo, works fine, but exits with AggregateError.
The error occurred for me 3 out of 4 times. (the fourth time, on this very issue, the action completed successfully as it added all six possible labels)

Reproduction Steps

  1. Post an issue on this repository.
  2. Original poster receives an email about a workflow run failure within seconds of posting said issue.

Expected Result

The action should exit without error.

Screenshots and Videos

Full log, showing the error:

Run github/[email protected]
  with:
    configuration-path: .github/config/labels.yml
    enable-versioned-regex: 0
    repo-token: ***
    sync-labels: 1
    include-title: 0
Could not remove label "version: 1.18" from issue #4550
Could not remove label "version: 1.16" from issue #4550
Could not remove label "version: 1.17" from issue #4550
Could not remove label "version: 1.15" from issue #4550
Could not remove label "version: 1.14" from issue #4550
Error: AggregateError

Crash Report or Log

This and following fields not applicable

Operating System

Windows 10, 64-bit

Mod Version

0.5.0i

Minecraft Version

1.19.2

Forge Version

43.2.6

Other Mods

No response

Additional Context

No response