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

Support relative path from the root. #46

Closed
tyankatsu0105 opened this issue Jan 11, 2020 · 3 comments
Closed

Support relative path from the root. #46

tyankatsu0105 opened this issue Jan 11, 2020 · 3 comments
Labels
stale The issue has been open for a year without any activity

Comments

@tyankatsu0105
Copy link

Describe

I created CHANGELOG.md in root.
I saw https://github.com/actions/labeler#common-examples :

repo:
  - ./*

Then, I try:

release:
  - ./CHANGELOG.md

But, it's failed.

release:
  - CHANGELOG.md

is succeed.

Expect

Support relative path from the root.

release:
  - ./CHANGELOG.md
@dogmatic69
Copy link

dogmatic69 commented Jan 18, 2020

I've got a similar issue but I think relative paths would fix my issue.

I want to add a tag to every PR, so I've tried to add ./** which is not possible due to missing the relative paths. ** is not valid either

Edit: Now figured out if I do '**' it will add the label to all PRs.

@NobbZ
Copy link

NobbZ commented Jan 18, 2020

As "relative to the root" means the same as "absolute", have either of you tried / instead of ./?

I do not use labeller currently because #12 and therefore can't test currently.

@MaksimZhukov
Copy link
Contributor

Hello everyone!
This issue has been open for a year without any activity, so I'm going to close it as stale.
Please feel free to contact us if the issue is still relevant to you and we will reopen it.
Thanks!

@MaksimZhukov MaksimZhukov added the stale The issue has been open for a year without any activity label Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale The issue has been open for a year without any activity
Projects
None yet
Development

No branches or pull requests

4 participants