Giter VIP home page Giter VIP logo

Comments (6)

lapplislazuli avatar lapplislazuli commented on July 16, 2024 1

I also think the Readme is clear, but when you just go by the github-actions and choose labeler it's very unclear that you need the additional yaml.

from labeler.

logankilpatrick avatar logankilpatrick commented on July 16, 2024

Related to this issue

from labeler.

NobbZ avatar NobbZ commented on July 16, 2024

In my opinion the README is clear.

You need a .github/labeler.yml in the repository which describes relationship between touched files and labels attached which is in the upper example and you need an action, which is in the bottom example.

from labeler.

logankilpatrick avatar logankilpatrick commented on July 16, 2024

from labeler.

ethomson avatar ethomson commented on July 16, 2024

Thanks for the feedback. I opened actions/starter-workflows#167 to address this, since it's related to the starter worfklows experience. I'm going to close this issue now and we'll follow up there.

Thanks again!

from labeler.

vimalk78 avatar vimalk78 commented on July 16, 2024

It is not clear to me as well.
When i read the README, i understand that there has to be a file with the content

name: "Pull Request Labeler"
on:
- pull_request_target

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

and "somewhere" i must add the label-name and paths , like:

# Add 'frontend` label to any change to *.js files as long as the `main.js` hasn't changed
frontend:
- any: ['src/**/*.js']
  all: ['!src/main.js']

but what is the relation between the two? it is not clear at all to me

from labeler.

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.