Josh Soref
Josh Soref
The changes are all manual (more or less), and anything that isn't a simple replacement is very manual (especially things like `neither`). Splitting is more or less possible -- it's...
Do I need to worry about the changeset bot? Note that https://github.com/firebase/firebase-js-sdk/actions/runs/9639724064/job/26582355096?pr=8280 is failing (I can't remember the state of this, I split most other CI failures into other PRs...)
@DellaBitta: I can't get yarn to cooperate ```js jsoref@jsoref-mbp firebase-js-sdk % node --version v20.11.0 jsoref@jsoref-mbp firebase-js-sdk % yarn ➤ YN0000: · Yarn 4.2.1 ➤ YN0000: ┌ Resolution step ➤ YN0001:...
`secrets` are generally unavailable for pull requests from forks `github.token` otoh is available (it's restricted to read permissions, but it's available). It's helpful to remind people that it will be...
It's possible you don't need to check all of these inputs. If the programs can be changed to not die if the variables are missing, then this kind of stuff...
You could simplify to `if: github.repository == '... '`. But that'd make it harder for an external to contribute patches.
Note that https://github.com/firebase/firebase-js-sdk/actions/workflows/test-changed-fcm-integration.yml is disabled in _this_ repository, but any fork that enables actions will end up running it.
Still applicable as of certbot 0.35.1
@grantholly / @bmw the bot killed this issue even though it's still live and well. I'm sorry, but the way the bot works is totally inappropriate. If you have a...
This still applies