Skip to content

⬆️ Updates typescript-eslint monorepo to v8 #2030

⬆️ Updates typescript-eslint monorepo to v8

⬆️ Updates typescript-eslint monorepo to v8 #2030

Workflow file for this run

name: auto-merge

Check failure on line 1 in .github/workflows/auto-merge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-merge.yml

Invalid workflow file

(Line: 9, Col: 9): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.AUTOMERGE_TOKEN
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ secrets.AUTOMERGE_TOKEN }} && github.actor == 'dependabot[bot]'
steps:
- uses: ahmadnassri/[email protected]
with:
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
command: "squash and merge"
approve: true
target: minor