-
Notifications
You must be signed in to change notification settings - Fork 11
HttpError: Not Found #515
Comments
Hey. Do you have dependencies pointing to other private repositories? |
Sorry, can you elaborate? What kind of dependencies? If you mean issues pointing to other private repositories, then yes. Although I have configured a name: Dependent PRs
on:
issues:
types:
- opened
- edited
- reopened
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
schedule:
- cron: "0 * * * *"
jobs:
check:
name: Check
runs-on: ubuntu-latest
if: github.repository_owner == 'myorg'
steps:
- uses: z0al/dependent-issues@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_READ_TOKEN: ${{ secrets.MY_AUTOMATION_TOKEN }}
with:
label: dependent
keywords: depends on, blocked by, needs The issue occurs on a PR that depends on another PR in the same repository. It does not occur for PRs that don't specify any of the keywords. But it does occur when it is run on |
Exactly. But that doesn't seem relevant based on your comment.
To make sure I understand. Are you saying the 404 issue happens for all PRs even those without any keywords? |
Sorry if I was unclear: The 404 issue happens only for PRs with keywords. It also happens when the workflow is run on a schedule, unrelated to a PR. |
Got it. I can't think of something at the moment but will check when I get some free time |
It is super odd. Just started recently. I also made sure the token is still correct and valid. Also seeing this, but that would be a separate issue: |
I opened an issue for this @lukasmalkmus #535 |
I have the same problem as @lukasmalkmus. Wanted to run it on a GitHub Enterprise instance but always getting the following output:
The action always fails and doesn't find dependencies. Is GHE not supported? edit: Looking at the code, you are just supporting github.com, right? dependent-issues/src/helpers.ts Lines 29 to 30 in 950226e
|
Repeatedly saw this error in a workflow run:
Using latest version.
The text was updated successfully, but these errors were encountered: