Promote Cristhian Camilo Peña as CLI approver #459
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Check Github Organization Settings PRs' | |
on: | |
pull_request: | |
paths: | |
- 'org/*' | |
- 'toc/TOC.md' | |
- 'toc/working-groups/*.md' | |
- '.github/workflows/org-management-check-prs.yml' | |
jobs: | |
org-config-generation-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: 3.9 | |
- uses: actions/checkout@v3 | |
with: | |
path: community | |
- name: Generate github org configuration | |
run: | | |
python -m pip install --upgrade pip | |
pip install -r community/org/requirements.txt | |
python community/org/org_management.py -o cloudfoundry.out.yml -b branchprotection.out.yml |