CrazyMax

Results 1198 comments of CrazyMax

> Seems like you need to approve my workflows, so we could get another test run and see the output. Approved > if your still interested in this. Yes I'm!...

Looking at issues with ci, might need to rebase?

Can you rebase with master branch please? There are also changes that should not belong to this PR like changes with eslint, tsconfig, dependencies update or other refactoring. Can we...

@ssbarnea Nice idea, could be done with #3

@ssbarnea But since the file would no longer be in the repository, there would be no way to trigger the build. This is therefore not feasible until GitHub has introduced...

@rajbos This is just for dev dependencies which is not critical for this action as build is sandboxed and these deps are not shipped anyway. Also yes Dependabot is already...

You could also use a [org-wide `.github` repo](https://github.blog/changelog/2019-02-21-organization-wide-community-health-files/).

Hey @cvburgess, I plan to use it for actions on @portapps through [portapps/.github](https://github.com/portapps/.github). Keep you in touch!

Hi @casz, thanks for your suggestion! I had thought about integrating this feature but for the moment the scope of a GITHUB_TOKEN is not expanded to the org (yet?). The...

https://github.com/docker/setup-buildx-action/pull/165 could fix this. See https://github.com/crazy-max/docker-setup-buildx-action/blob/append/docs/advanced/append-nodes.md for more info. Live example available: https://github.com/docker/packaging/blob/fe177e05bb5a23115813f1c476705c3ae7039c32/.github/workflows/.release.yml#L66-L87