Alastair Firth
Alastair Firth
I really, really like the idea of a tool to sync github-teams into the OWNERS_ALIASES file in each repo it manages. That would massively simplify installation in orgs which have...
I think you could close this @jthegedus, the cache action works well. ``` steps: - name: Checkout uses: actions/checkout@v2 - name: Install asdf uses: asdf-vm/actions/setup@v1 - name: asdf cache id:...
This happens because the action version is out of date. I think the support was introduced in ~v0.10.0 maybe @smorimoto can release a new version?
I cannot get the build output to match exactly. See #325
is anybody maintaining this repo? If so, would appreciate some guidance in #325 to get this working
## Working around - dockerhub 1. adding image-pull-secret to every namespace and every service account as required. Usually after they break once, e.g. during a cluster upgrade when we have...
This error occurs when the token provided to the action in the input `GITHUB_TOKEN` does not have access to the downstream repos.
I can reliably reproduce this by calling the action twice. ``` - name: Fetching Local Repository uses: actions/checkout@master - name: Running Workflow Sync - K8s # uses: varunsridharan/action-github-workflow-sync@decdb07b953f882d879ffbd4eb82a588842e22b9 uses: FATMAP/action-github-workflow-sync@cd4f0dbfb282260c1fcad62bd31a6a7c1d00d410...
@mattolenik expanding to https://play.golang.org/p/t8fAR9oVDV8 ``` Constraint: >=1.0.0 1.0.0-beta: false Constraint:
possible that the dns servers are not serving metrics? either because the [plugin](https://coredns.io/plugins/metrics/) is not enabled or because the pods do not have the port open?. check with `kubectl port...