# buildpacks-github-config **Repository Path**: mirrors_cloudfoundry/buildpacks-github-config ## Basic Information - **Project Name**: buildpacks-github-config - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-20 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Buildpacks GitHub Config This repository contains config files common to buildpacks. ## How do I consume this common config If you just wrote a new buildpack, run bootstrap.sh as follows: ``` ./scripts/bootstrap.sh --target ``` This will copy the relevant config files to your buildpack. Git commit and Push. Now, to wire up your buildpack repo to receive relevant updates as a pull requests: * Configure secrets as required in all workflows Submit your change to this repo as a PR. You should be all set when the PR is merged.