Add Yusmen Zabanov as a member of the cloudfoundry org #748
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@v5 | |
with: | |
python-version: 3.9 | |
- uses: actions/checkout@v4 | |
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 |