-
Notifications
You must be signed in to change notification settings - Fork 14
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
No such PR #4
Comments
Can you share your workflow setup? |
did you find and answer? it looks like it's only triggerd on |
I have this workflow, but i'm getting the same error message: name: CI Badges
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
pr_body: 'some script for creating PR description from the branch diff'
github_token: ${{ secrets.GITHUB_TOKEN }}
destination_branch: feat/form-1372-release-cimaster-4 #i've tried with default **master** |
Having the same issue |
@kt3k i think you got the point by now what #13 tried to archive. the main takeaway is that maybe #13 also solved follow up problems which one may encounter after fixing that. if one can override the source branch, basically including it in i solved it in my hacky repo using a different action https://github.com/Loki-Afro/manualaction/blob/4d4c04db156ebfd6d0f50c637a292df2deb8846a/.github/workflows/dependabot-to-jira.yml#L51 but it has its caveats too ... pure hack :D |
The PR does exist and I do have
github_token: ${{ secrets.GITHUB_TOKEN }}
set. Not sure why it is failing. Yes the PR does point to masterThe text was updated successfully, but these errors were encountered: