You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing the app locally using docker with docker run -it -p 3000:3000 safe-settings and having issues with NOP. Most of the times it just posts an empty PR comment with no changes and 0 repos considered even though there are changes. I couldn't find anything interesting in the logs apart from the fact that when there are no changes the log says there are no changes
{"level":20,"time":1713178575536,"pid":25,"hostname":"4768c3bb16f9","name":"probot","name":"probot","name":"event","id":"c5b12fc0-fb16-11ee-8429-295b3810999a","msg":"There are no changes for Teams for repo [object Object]. Skipping changes"}
{"level":20,"time":1713178575900,"pid":25,"hostname":"4768c3bb16f9","name":"probot","name":"probot","name":"octokit","body":"\n#### :robot: Safe-Settings config changes detected:\n\n<table>\n <thead>\n <tr>\n <th>Msg</th>\n <th>Plugin</th>\n <th>Repo</th>\n <th>Additions</th>\n <th>Deletions</th>\n <th>Modifications </th>\n </tr>\n </thead>\n <tbody>\n \n","msg":"GitHub request: POST ...
But when there are changes it's only the second log which comes straight after the Results of comparing Teams diffable target log but is still empty
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm testing the app locally using docker with
docker run -it -p 3000:3000 safe-settings
and having issues with NOP. Most of the times it just posts an empty PR comment with no changes and 0 repos considered even though there are changes. I couldn't find anything interesting in the logs apart from the fact that when there are no changes the log says there are no changesBut when there are changes it's only the second log which comes straight after the
Results of comparing Teams diffable target
log but is still emptyWould really appreciate some help with this.
Beta Was this translation helpful? Give feedback.
All reactions