Software Engineer. Father of my daughter and son. Loving 🐰 rabbit, 🍺 craft beer, #kubernetes and #cloudnative.
はじめに こんにちは、タイミーでエンジニアをしている徳富(@yannKazu1)です。 タイミーではメインサービスのバックエンドを Rails で開発しています(Go を採用しているプロダクトもありますが、本記事では Rails を前提とします)。 突然ですが、皆さんのチームでは CI の待ち時間、気になっていませんか…
Pull requests created by the github-actions[bot] are now able to run your CI/CD workflows with user approval. Requiring approval is a security measure to ensure generated code does not automatically…
kubebuilder alpha update --force --restore-path .github/workflows git restore -s origin/main .github/workflows git restore -s origin/main grafana git restore -s origin/main test git restore -s ori...
GraphiQL explorer for GitHub GraphQL API on localhost - int128/gh-graphql-explorer
2025年のお仕事をまとめてみた。 プラットフォームの機能拡充 KEDA による外部メトリクスや時間帯のスケーリング 通知や集計といった重い処理を非同期ジョブで処理しているが、worker pod のスケーリングが難しいという課題があった。例えば、非同期ジョブがない場合は pod が暇になってしまうが、スパイクした場合…
Describe the proposed change(s). The github-actions manager should be updated to extract the node-version value when using actions/setup-node. Example syntax: - uses: actions/setup-node@v3 with: no...
Automate routine task for each repository by GitHub Actions and Gemini AI - int128/actions-tanpopo
Checks I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors...
こんにちは。SRE の @int128 です。 スタディサプリのプロダクト開発では GitHub Actions を積極的に導入しています。本稿では、日常の風景に溶け込んでいる GitHub Actions を紹介します。 プロダクトの開発運用を支える GitHub Actions リポジトリとオーナーシップ 我々は …
Description Let's say I have the following docker-bake.hcl: group "default" { targets = ["foo", "bar"] } target "foo" { dockerfile = "Dockerfile.foo...
Parallel testing in GitHub Actions. Contribute to int128/parallel-test-action development by creating an account on GitHub.
This PR contains the following updates: Package Update Change kubernetes-sigs/kubebuilder minor v3.14.2 -> v3.15.1 Release Notes kubernetes-sigs/kubebuilder (kubernetes-sigs/kube...
Use the REST API to interact with workflow jobs in GitHub Actions.