playbooks/apply-branch-protection.yml

8 lines
125 B
YAML

---
- name: Apply branch protection rules
hosts: localhost
connection: local
gather_facts: false
roles:
- github