Update Repo Settings #599
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
# Update repository settings to match the definitions in .github/settings.yml. | |
--- | |
name: Update Repo Settings | |
'on': | |
push: | |
branches: [main] | |
schedule: | |
- cron: '15 14 * * *' # 14:15 UTC every day | |
workflow_dispatch: | |
jobs: | |
update-repo-settings: | |
name: Update Repo Settings | |
secrets: inherit | |
uses: bfra-me/.github/.github/workflows/update-repo-settings.yaml@be966e38a1d29304e727870884a145b416efeb3d # v1.8.1 |