Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: AggregateError #83

Closed
andrewjswan opened this issue Feb 5, 2024 · 4 comments
Closed

Error: AggregateError #83

andrewjswan opened this issue Feb 5, 2024 · 4 comments

Comments

@andrewjswan
Copy link

andrewjswan commented Feb 5, 2024

Error:

Configuration file (path: .github/labeler.yml) does not exist locally, fetching via the API
Could not add label(s) Engine to issue #262
Error: AggregateError

Workflow:

name: "Workflow / Pull Request Labeler"

on:
  pull_request:
    types: [opened, edited]
    
jobs:
  labeler:
    name: Add labels to Pull Request

    runs-on: ubuntu-latest

    steps:
    - name: Add labels to Pull Request
      uses: github/issue-labeler@v3.4
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"
        configuration-path: .github/labeler.yml
        enable-versioned-regex: 0
        include-title: 1
@stephanmiehe
Copy link
Collaborator

Are you able to reproduce this in a public repo and share a link?

@andrewjswan
Copy link
Author

@stephanmiehe
Copy link
Collaborator

@andrewjswan it seems like subsequent runs are running successfully. Are you still having issues?

@andrewjswan
Copy link
Author

It looks like everything is fine and working for now, I’ll close the Issue for now. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants