diff --git a/.github/workflows/repo-config.yml b/.github/workflows/repo-config.yml deleted file mode 100644 index 62c727e..0000000 --- a/.github/workflows/repo-config.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: repo-config - -on: - schedule: - # daily at 11:00 UTC - - cron: "0 11 * * *" - -jobs: - repo-config: - uses: defenseunicorns/delivery-github-actions-workflows/.github/workflows/repo-config.yml@main - secrets: - APPLICATION_ID: ${{ secrets.NARWHAL_BOT_APP_ID }} - APPLICATION_PRIVATE_KEY: ${{ secrets.NARWHAL_BOT_SECRET }} - with: - branch: main - checks: |- - checks: [] - require_code_owner_reviews: false - required_approving_review_count: 0