-
Notifications
You must be signed in to change notification settings - Fork 172
Dry run not working on Pull request using GitHub Actions workflow #818
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
Comments
workflow file:name: Safe Settings Sync -->workflow_dispatch: concurrency: jobs:
|
@supraja2805 You can check this example https://github.com/UCL-MIRSG/.github/blob/main/.github/workflows/safe-settings.yaml. Please also set the LOG_LEVEL to trace to see if we can get more debug info to understand where this issue comes from |
Problem Description
Dry run mode is not working on GitHub actions workflow when pull request is opened
What is actually happening
Its giving Error message as below
"Unexpected error during full sync: TypeError: Cannot read properties of undefined (reading 'check_suite')"
What is the expected behavior
It needs to be generated a report in pull request with the expected changes
Error output, if available
Context
Are you using the hosted instance of probot/settings or running your own?
Running own
If running your own instance, are you using it with github.com or GitHub Enterprise?
GitHub.com
Version of probot/settings
safe-settings@0.1.0-rc.26 full-sync
Version of GitHub Enterprise
The text was updated successfully, but these errors were encountered: