question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HttpError: Not Found when run with new yml config

See original GitHub issue

I tried to use the labeler with the new YML syntax and it seems there is an issue on how the labeler is published. I always get the following msg. I tested the v2 and v2.0.0 releases

Run actions/labeler@v2.0.0
  with:
    repo-token: ***
    configuration-path: .github/labeler.yml
##[error]HttpError: Not Found
##[error]Not Found
##[error]Node run failed with exit code 1
name: "Pull Request Labeler"
on: pull_request

jobs:
  label:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/labeler@v2.0.0
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:12
  • Comments:6

github_iconTop GitHub Comments

9reactions
michaelfarrell76commented, Aug 29, 2019

I also continue to get this issue using the default configuration

name: Labeler
on: [pull_request]

jobs:
  label:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/labeler@v2
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"

0reactions
sudochiacommented, Dec 11, 2022

I also continue to get this issue using the default configuration

name: Labeler
on: [pull_request]

jobs:
  label:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/labeler@v2
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"

Check the usage here - https://github.com/actions/labeler#usage. Basically, you need to have the file .github/labeler.yml

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring Boot /actuator returns 404 not found - Stack Overflow
I got this simple message from spring boot. Spring Boot /actuator returns 404 not found. here is my application.yml file.
Read more >
Debugging the Spring MVC 404 “No mapping found for HTTP ...
As with any web application or website, Spring MVC returns the HTTP 404 response code when the requested resource can't be found.
Read more >
Can someone help me with the correct containers-prepare ...
I'm getting error when I run the generated containers-prepare-parameter.yaml file. Can someone please help. I don't need ceph storage.
Read more >
HTTP Status Codes List | HTTP Error Codes Explained
One of the most common and infamous status codes encountered by users and developers, the 404 Not Found error status code indicates that...
Read more >
NGINX settings - GitLab Docs
Run gitlab-ctl reconfigure to rewrite the NGINX configuration and restart NGINX. This inserts the defined string into the end of the server block...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found