Create repo manager workflow to apply repo settings #13
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: Test Repo Manager | |
on: | |
pull_request: | |
branches: | |
- main | |
- master | |
paths: | |
- '.github/workflows/repo-manager.yml' | |
- '.github/settings.yml' | |
jobs: | |
test-repo-manager: | |
name: Repo Manager | |
uses: ./.github/workflows/repo-manager.yml | |
secrets: inherit | |
with: | |
action: check | |
# these topics only exist in the test repo for now | |
topics: flowzone,repo-manager | |
topics-operator: AND |