Skip to content

Get matches by league #19

Get matches by league

Get matches by league #19

name: dependabot-auto-merge
on: [pull_request_target]
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Dependabot Auto Merge
uses: ahmadnassri/action-dependabot-auto-merge@v2.6.6
with:
github-token: ${{ secrets.GH_PAT }}