-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
MissingFieldException: Field 'issue' is required, but it was missing #165
Comments
looks an optional field marked as required to me 🤔 |
Hi, I'm facing the same problem, how can It be solved? |
Send a PR which changes the right field to optional is probably your best solution 👍🏻 |
Hi, @munez07. Can you please show the workflow file? |
@VictorPascualV is this still an issue for you? |
me too |
Learn novin project |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting this error when trying to run Danger from CI (Github Actions):
Could it be related to our organisation not using Github Issues feature at all? 🤔
I only found that issue when running Danger in CI, it was working as a charm when using:
danger-kotlin pr https://github.com/myOrg/myRepo/pull/123
from my machine.The text was updated successfully, but these errors were encountered: