Vicente Canales
Vicente Canales
I added a GitHub actions, which you can see working on this very PR. This required me to add back the changes made for #379 to get tests passing :)
Thanks for your contribution! Font management is being handled by core now, so we're working towards removing it from the plugin on the next release.
@adamziel thanks for creating the issues! Making the action more flexible was definitely in my radar, and this is a great roadmap for that.
A workaround I've been using: `ReturnType` for `getOctokit` ```ts export default async function createPreviewLinksComment( github: ReturnType, context: Context, ): Promise { // code } ```
Hi 👋 I've been working on automatically generating theme previews for PRs in Automattic's free themes repo, in case it helps as an example of how to implement this and...
👋 @audrasjb @aaronrobertshaw any updates here?
Hey hey @Mamaduka, are we only missing an approval?
Hi, thanks for bringing this up. Unfortunately, I'm unable to reproduce this issue using built in translations; I've tried Italian, Spanish, and Russian and they all seem to work. Could...
Thanks for taking a look, and for the extra context. I'll echo the questions that @kraftbj made over there, since I have the same ones: > IMO, if the version...
While it's true that it's less likely to happen, I don't see why we wouldn't want to keep `.nvmrc` and `package.json` versions in more precise sync.