-
Notifications
You must be signed in to change notification settings - Fork 139
Fix labeler syntax #1085
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
Fix labeler syntax #1085
Conversation
eae45a5 to
f5fe5de
Compare
|
Closing and reopening this to trigger the labeler. |
Codecov Report
@@ Coverage Diff @@
## main #1085 +/- ##
=======================================
Coverage 73.01% 73.01%
=======================================
Files 43 43
Lines 6381 6381
=======================================
Hits 4659 4659
Misses 1722 1722 |
f5fe5de to
14ffe60
Compare
|
I'm suspecting about the glob pattern "*", so I finally decided to attack this using another approach. |
14ffe60 to
bce88b0
Compare
bce88b0 to
69bea9c
Compare
|
This is exactly the same syntax we have in ansys-templates: Which works without problems. |
|
Please add one of the following labels to add this contribution to the Release Notes 👇 |
|
Please add one of the following labels to add this contribution to the Release Notes 👇 |
|
This is very weird... If the |
|
Please add one of the following labels to add this contribution to the Release Notes 👇 |
ea5c0f9 to
ff60869
Compare
f16950a to
2108634
Compare
3d0ff18 to
12c50ce
Compare
12c50ce to
f75ad0b
Compare
|
This is finally working, @germa89. |
|
Hi @jorgepiloto. This is amazing! Thank you ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice job fixing this issue @jorgepiloto . Thank you very much!
| on: | ||
| pull_request_target: | ||
| types: [opened, reopened] | ||
| pull_request: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this is the main change, for functioning. Nice.
Progress on #1059.