-
Notifications
You must be signed in to change notification settings - Fork 13
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
only returns first found not all #28
only returns first found not all #28
Comments
It was working fine for me earlier this week. See json-everything/json-everything#775 |
Are you using Are you saying that only the first open issue/PR is reported, but you expect all open issues/PRs to be reported? (That seems to be working as well.) |
using |
Yes, I'm looking at that build. I'm not sure why it's only seeing one. If you can post the markdown of that PR, I'll see if I can figure out what's going on. |
the PR is : nofusscomputing/centurion_erp#216 markdown This PR is to complete the migration from Gitlab to Github
## Links
- Blocked by: https://github.com/nofusscomputing/action_docker/pull/1
- Blocked by: https://github.com/nofusscomputing/action_bump/pull/1
- Blocked By https://github.com/nofusscomputing/action_python/pull/1
- Blocked By: https://github.com/nofusscomputing/action_pull_requests/pull/1
- Related: https://github.com/gregsdennis/dependencies-action/issues/28
- Related: #213
- Related: #214
/cc @jasonpagetas
|
Okay. The problem is the colons: they're not expected. Only the third one doesn't have a colon. I can fix that, but for now, just remove them. |
Awesome. Thanks, ill remove for now. I do intend on having them there so await a fix. |
Alright v1.4.0 is now available. Please close after testing. |
got an error with it
workflow: https://github.com/nofusscomputing/centurion_erp/actions/runs/10317843346/job/28562944523 |
I'll have to look in the morning. Going to bed now. |
Awesome. thanks again for your time. It's appreciated!! |
Same error on our side |
@fmauri-shippypro I reverted to the prev version until fixed |
v1.4.1 seems to fix the problem @jon-nfc & @fmauri-shippypro. I reverted the node pkg updates but kept the action changes. |
G'Day @gregsdennis Can confirm that v1.4.1 does indeed fix the problem and is working. action updated with Thank you for actioning so fast. |
feat(pr_dependency): update dependencies-action 1.3.3 -> v1.4.1 #2 gregsdennis/dependencies-action#28
when there is more than one "depends on" within the body of the PR, only the first one is found. see here. All should be returned.
The text was updated successfully, but these errors were encountered: