Sandbox/7f057f04 8570 4c84 8e78 cgbd #120
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: auto-merge | |
| on: | |
| pull_request_target: | |
| permissions: | |
| contents: read | |
| jobs: | |
| auto-merge: | |
| if: github.repository_owner == 'mdn' | |
| uses: mdn/workflows/.github/workflows/auto-merge.yml@main | |
| secrets: | |
| GH_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }} |