Skip to main content

2 posts tagged with "GitHub"

View All Tags

GitHub Stacked PRs - How to Split Large Changes into Small PRs Without Losing Your Mind

ยท 4 min read
Guille Vigil
Platform Engineer

The problem of giant PRs that nobody wants to review is universal. You open a pull request with 50 modified files and think: "this is going to take days to review." Reviewers lose context, conflicts pile up, and feedback gets fragmented.

GitHub just launched gh-stack, a native tool to manage Stacked PRs โ€” chained PRs that build on top of each other, independently reviewable but mergeable in cascade.

CI/CD with OIDC

ยท 3 min read
Guille Vigil
Platform Engineer

๐Ÿš€ Leveraging OIDC for Enhanced Security and Efficiency Between GitHub Actions/GitLab CI and AWS ๐Ÿ”’

In the rapidly evolving landscape of DevOps and cloud computing, the integration of GitHub Actions or GitLab CI with AWS using OpenID Connect (OIDC) stands out as a game changer. Here's why embracing OIDC can significantly benefit your CI/CD pipelines: