Skip to content

chore(deps): Bump devantler-tech/reusable-workflows/.github/workflows/ci-dotnet-test.yaml from 1.25.0 to 1.27.0 #62

chore(deps): Bump devantler-tech/reusable-workflows/.github/workflows/ci-dotnet-test.yaml from 1.25.0 to 1.27.0

chore(deps): Bump devantler-tech/reusable-workflows/.github/workflows/ci-dotnet-test.yaml from 1.25.0 to 1.27.0 #62

name: CI - Auto-merge
on:
workflow_call:
secrets:
APP_PRIVATE_KEY:
required: true
description: "The private key for the GitHub App"
### Required Workflow Triggers ###
pull_request:
merge_group:
##################################
permissions:
pull-requests: write
contents: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft && (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'renovate[bot]' || github.event.pull_request.user.login == 'botantler[bot]' || github.event.pull_request.user.login == 'devantler' || github.event.pull_request.user.login == 'Copilot') }}
steps:
- name: 📑 Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: 🔀 Auto-merge
uses: devantler-tech/composite-actions/auto-merge-action@6d18f29330dd5818cf03c8508fb125cc05441fad # v1.9.6
with:
app_id: ${{ vars.APP_ID }}
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}