This repository hosts reusable GitHub Actions workflows for CI/CD automation across the organization.
It ensures consistent, reliable, and maintainable pipelines for all projects.
All workflows are reusable via workflow_call and can be invoked from any repository.
In your repository, reference the shared workflow like this:
name: CI
on:
push:
branches: [main]
jobs:
ensure-release-label:
uses: redbellynetwork/ci-cd-workflows/.github/workflows/auto-update-release.yml@main
secrets: inherit