Skip to content

Deleting a Page a second time causes permanent reloads when using app router + turbo #58

Deleting a Page a second time causes permanent reloads when using app router + turbo

Deleting a Page a second time causes permanent reloads when using app router + turbo #58

name: Triage Issues with AI
on:
issues:
types: [opened]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: corepack enable
- name: 'Send notification to Slack (AI-powered)'
run: node ./.github/actions/next-repo-actions/dist/triage-issues-with-ai/index.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}