12 messages
Discussions related to GitHub Actions
timduhenchanterabout 3 years ago
Anyone have any unique implementations of deleting the infrastructure tied to IaC when the corresponding repository is deleted in the absence of a trigger for
repository/delete?Sudhish KRabout 3 years ago
Hey Folks,
We at Dgraph Labs use Github as our VCS. And we have recently migrated our CI/CD setup to Github Actions. This was a huge win for us internally, especially in a startup setting like ours. Our wins were broadly in these 3 areas Compute Costs, Maintenance Efforts & Configuration Time.
With this new setup, we designed & developed Dynamic AutoScaling of Github Runners in house. We are thinking of open-sourcing this project. If there is any interest here - pls do reach out. We were able to save ~87% $$ of our Compute Costs with this setup.
Blog Link => https://www.sudhishkr.com/posts/20230217_dynamic-autoscaling-of-github-runners/
We at Dgraph Labs use Github as our VCS. And we have recently migrated our CI/CD setup to Github Actions. This was a huge win for us internally, especially in a startup setting like ours. Our wins were broadly in these 3 areas Compute Costs, Maintenance Efforts & Configuration Time.
With this new setup, we designed & developed Dynamic AutoScaling of Github Runners in house. We are thinking of open-sourcing this project. If there is any interest here - pls do reach out. We were able to save ~87% $$ of our Compute Costs with this setup.
Blog Link => https://www.sudhishkr.com/posts/20230217_dynamic-autoscaling-of-github-runners/
samuelabout 3 years ago
Good afternoon, I am setting self-hosted runner, then I am recibed a msj The SSL connection could not be established, see inner exception. but I don´t have idea becouse this msj
rssabout 3 years ago(edited)
GitHub Actions: All Actions will run on Node16 instead of Node12
GitHub Actions: All Actions will run on Node16 instead of Node12
GitHub Actions: All Actions will run on Node16 instead of Node12
rssabout 3 years ago(edited)
Introducing Actions on the Repository view on GitHub Mobile
Introducing Actions on the Repository view on GitHub Mobile
Introducing Actions on the Repository view on GitHub Mobile
DaniC (he/him)about 3 years ago
hi folks, curious how you maintain a list of GH repo labels and then sync it to all repos, is anyone doing that differently than say https://github.com/marketplace/actions/label-sync-action ?
rssabout 3 years ago(edited)
GitHub Actions – Actions Runner Controller Public Beta
GitHub Actions - Actions Runner Controller Public Beta
GitHub Actions - Actions Runner Controller Public Beta
rssabout 3 years ago(edited)
Edit workflow files on GitHub mobile
Edit workflow files on GitHub mobile
Edit workflow files on GitHub mobile
rssabout 3 years ago(edited)
GitHub Actions Importer – Bamboo Server and Data Center Migrations (Public Beta)
GitHub Actions Importer - Bamboo Server and Data Center Migrations (Public Beta)
GitHub Actions Importer - Bamboo Server and Data Center Migrations (Public Beta)
Pawel Reinabout 3 years ago
Hi, can anyone recommend a tool for graphing GHA dependencies? What I mean is I have a workflow in repo A that calls a reusable workflow in repo B that calls a number of composite actions and I want to see the whole flow as a graph
DaniC (he/him)about 3 years ago
Hi, anyone knows of a different action
actions-ecosystem/action-get-merged-pull-request which does implement similar functionality as used by CloudPosse team ? Unfortunately the action hasn't been maintained and it throws some deprecated warningsDaniC (he/him)about 3 years ago
hi Folks, i'm not very familiar with renovate so please excuse my silly q:
Can you please help me understand the need for https://github.com/cloudposse/terraform-aws-vpn-connection/blob/main/.github/renovate.json#L4 ?
Context:
Am chasing the flow of how you use auto-release.yml (config for release-drafter) as part of various reusable workflows (2 or 3 layers of abstractions), however i got stuck and wonder if renovate is getting involved into working out the next sermVer.
Read the renovate docs but didn't help much. Thx
Can you please help me understand the need for https://github.com/cloudposse/terraform-aws-vpn-connection/blob/main/.github/renovate.json#L4 ?
Context:
Am chasing the flow of how you use auto-release.yml (config for release-drafter) as part of various reusable workflows (2 or 3 layers of abstractions), however i got stuck and wonder if renovate is getting involved into working out the next sermVer.
Read the renovate docs but didn't help much. Thx