Skip to content

Bump eslint-config-next from 13.4.12 to 14.1.4 #10579

Bump eslint-config-next from 13.4.12 to 14.1.4

Bump eslint-config-next from 13.4.12 to 14.1.4 #10579

Workflow file for this run

name: Dependent PRs
on:
issues:
types:
- opened
- edited
- reopened
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
schedule:
- cron: "0 * * * *"
jobs:
check:
name: Check
runs-on: ubuntu-latest
if: github.repository_owner == 'axiomhq'
steps:
- uses: z0al/dependent-issues@v1
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_READ_TOKEN: ${{ secrets.AXIOM_AUTOMATION_TOKEN }}
with:
label: dependent
keywords: depends on, blocked by, needs