Scott Guymer
Scott Guymer
Im not sure how or why but this plugin manages to nuke my homepage when i install it 
For me running `yarn dedupe` was enough as I had different resolutions of the scaffolder backend (presumably from plugins) that were giving different versions of isolated-vm. Deduping fixed this and...
This seems to be throwing up api-report changes in packages i did not touch and seem unrelated.
Totally missed that requests to customise this in the past have been rejected.. Makes sense now why this "simple" feature has never been implemented.
I am seeing the same behaviour in a project I am working on now too. Did you ever track down the issue? Its worth noting that it was working fine...
CC @esw-afabiano
We use a GitHub app (not a PAT token) in the `integrations` config of backstage for authentication into our GitHub org. Config looks something like this ```yaml integrations: github: -...
I made a start at the PR for this here https://github.com/backstage/community-plugins/pull/1260
Find me on the backstage discord. Id love to chat about this plugin and how i can help improve it. I also created #1259
Ok I will refactor my PR to just use plugin level config. The current version only uses enterprise APIs, i am unsure about the auth required in the updates made...