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

Update label.yml #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update label.yml #1

wants to merge 1 commit into from

Conversation

mansona
Copy link
Owner

@mansona mansona commented Aug 30, 2019

No description provided.

@knownasilya
Copy link

Looks like you're missing a .github/labeler.yml file?

@mansona
Copy link
Owner Author

mansona commented Aug 31, 2019

@knownasilya so as far as I understand it, the fact that the yml has the following:

steps:
- uses: actions/labeler@v2

is what makes it use labeler 🤔 besides, I used the wizard and didn't change the file name 😂

I'll try it out anyway

@knownasilya
Copy link

knownasilya commented Aug 31, 2019

The action, which you defined above depends on another file. The actions readme mentions it first, although not clearly.

.github/labeler.yml

label1:
- example1/**/*

label2: example2/*

label3:
- example3/*
- example3/**/*.yml

This is the file that associates labels with file paths.

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

Successfully merging this pull request may close these issues.

2 participants