Skip to content

chore: migrate GitHub team references #57

chore: migrate GitHub team references

chore: migrate GitHub team references #57

Workflow file for this run

name: auto-merge
on:
pull_request_target:
# No GITHUB_TOKEN permissions, as we use AUTOMERGE_TOKEN instead.
permissions: {}
jobs:
auto-merge:
uses: mdn/workflows/.github/workflows/auto-merge.yml@main
with:
target-repo: "mdn/django-locallibrary-tutorial"
secrets:
GH_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }}