Chris McIntosh
Chris McIntosh
[Today GitHub only supports root users on the container](https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user), so we likely will only get workarounds unless/until that changes.
I think I have the same error. I upgraded a package that required me to update my script to be a module so I could use import. Now I can...
Would love this as well, we could use this as a generic proxy for development.
Strangely that didn't happen to me. I wonder if it was using my `GITHUB_TOKEN` that is in my environment? Anyhow, could `gh auth` allow this to use a github app...
Is github3.py no longer maintained?
I've been fighting with this for days as well. I have automated the build for 8.1.5 here https://github.com/Chocrates/qemu-build/releases/tag/v0.1 There is a Dockerfile as well as an action that builds and...
Do you know why we need to add sources from UTSC? Unless you have latency issues that may not be necessary.
> > Do you know why we need to add sources from UTSC? Unless you have latency issues that may not be necessary. > > I come from China so...
Pulling the proactive message from [this sample](https://github.com/microsoft/BotBuilder-Samples/blob/79320a608595c2d36212316082be024a41e23467/samples/javascript_nodejs/16.proactive-messages/index.js#L73) like so ``` const reference = TurnContext.getConversationReference({ bot: { id: '28:' + process.env.MicrosoftAppId, name: 'Your Bot' }, channelId: channelId, conversation: { isGroup: true,...
Good idea @tracyboehrer. I never got this to work. To get proactive messaging working I ended up installing the app to a specific team, saving that team reference (A webhook...