Giter Club home page Giter Club logo

Comments (8)

thehanimo avatar thehanimo commented on May 31, 2024 1

@NicoMarksman your configuration_path in .github/workflows/pr-title-checker.yml is .github/pr-title-checker-config.json by default.
Either change that to .github/workflows/pr-title-checker-config.json OR move your pr-title-checker-config.json to .github/ from .github/workflows/

So I should move pr-title-checker-config.json to .github/pr-title-checker-config.json?

Yes

from pr-title-checker.

mnojek avatar mnojek commented on May 31, 2024 1

Thanks @thehanimo! 🙇🏻 I will update the tool and start using it :)

from pr-title-checker.

JustJakeCalifornia avatar JustJakeCalifornia commented on May 31, 2024

Hi,
I'm getting the same error.

Error: Couldn't retrieve or parse the config file specified - HttpError: Not Found

I also get an error here

Error: Couldn't retrieve or parse the config file specified - HttpError: Not Found

Screenshot 2023-02-07 at 9 33 15 PM

json:

{
  "LABEL": {
    "name": "title needs formatting",
    "color": "EEEEEE"
  },
  "CHECKS": {
    "prefixes": ["fix: ", "feat: "],
    "regexp": "docs\\(v[0-9]\\): ",
    "regexpFlags": "i",
    "ignoreLabels" : ["dont-check-PRs-with-this-label", "meta"]
  },
  "MESSAGES": {
    "success": "All OK",
    "failure": "Failing CI test",
    "notice": ""
  }
}

from pr-title-checker.

thehanimo avatar thehanimo commented on May 31, 2024

@NicoMarksman your configuration_path in .github/workflows/pr-title-checker.yml is .github/pr-title-checker-config.json by default.

Either change that to .github/workflows/pr-title-checker-config.json
OR
move your pr-title-checker-config.json to .github/ from .github/workflows/

from pr-title-checker.

thehanimo avatar thehanimo commented on May 31, 2024

@mnojek this seems to be caused by dependencies that are still using new Buffer() :/

Do you think suppressing this warning would be a good idea so that the output log is more readable?

from pr-title-checker.

thehanimo avatar thehanimo commented on May 31, 2024

Released v1.3.7!

from pr-title-checker.

JustJakeCalifornia avatar JustJakeCalifornia commented on May 31, 2024

That's awesome @thehanimo ! :)

from pr-title-checker.

JustJakeCalifornia avatar JustJakeCalifornia commented on May 31, 2024

@NicoMarksman your configuration_path in .github/workflows/pr-title-checker.yml is .github/pr-title-checker-config.json by default.

Either change that to .github/workflows/pr-title-checker-config.json OR move your pr-title-checker-config.json to .github/ from .github/workflows/

So I should move pr-title-checker-config.json to .github/pr-title-checker-config.json?

from pr-title-checker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.