Closed jon-nfc closed 3 months ago
It was working fine for me earlier this week. See https://github.com/json-everything/json-everything/pull/775
Are you using -
or *
for the bullets. It doesn't look like *
is supported. (I'll fix that.)
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.)
Are you using
-
or*
for the bullets. It doesn't look like*
is supported. (I'll fix that.)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 -
and use only the first open. see workflow -> https://github.com/nofusscomputing/centurion_erp/actions/runs/10317133439/job/28560748862
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 : https://github.com/nofusscomputing/centurion_erp/pull/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.
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.
Alright v1.4.0 is now available. Please close after testing.
got an error with it
Current runner version: '2.317.0'
Operating System
Runner Image
Runner Image Provisioner
GITHUB_TOKEN Permissions
Secret source: Actions
Prepare workflow directory
Prepare all required actions
Getting action download info
Download action repository 'gregsdennis/dependencies-action@f4fa19405413bddd[2](https://github.com/nofusscomputing/centurion_erp/actions/runs/10317843346/job/28562944523#step:1:2)d49fe258f5b571de44cac09' (SHA:f4fa19405413bddd2d49fe258f5b571de44cac09)
Error: Could not find file '/home/runner/work/_actions/_temp_78243827-fb9f-4212-9c85-e8c32a702aeb/_staging/gregsdennis-dependencies-action-f4fa194/node_modules/.bin/esparse'.
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
Same error on our side
@fmauri-shippypro I reverted to the prev version until fixed gregsdennis/dependencies-action@4fc2a4879387b43f784920699cb9303dd0524ac4
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 uses: gregsdennis/dependencies-action@ae6e0529ef70f1366a21972f40b1ad0e1b5e3218 # v1.4.1
Thank you for actioning so fast.
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.