xmidt-org/caduceus

View on GitHub
.github/workflows/dependabot-approver.yml

Summary

Maintainability
Test Coverage
# SPDX-FileCopyrightText: 2023 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
name: 'Dependabot auto approval'

on:
  pull_request_target
permissions:
  pull-requests: write
  contents: write

jobs:
  package:
    uses: xmidt-org/.github/.github/workflows/dependabot-approver-template.yml@main
    secrets: inherit