Skip to content

add AGENTS.md for db-user to mark it as legacy for agents (#2482) #22

add AGENTS.md for db-user to mark it as legacy for agents (#2482)

add AGENTS.md for db-user to mark it as legacy for agents (#2482) #22

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/bot_ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/bot_ci.yaml

Invalid workflow file

(Line: 6, Col: 5): you may only define one of `branches` and `branches-ignore` for a single event
workflow_dispatch:
pull_request:
branches:
- main
branches-ignore:
- "**/graphite-base/**"
paths:
- apps/bot/**
jobs:
optimize_ci:
runs-on: ubuntu-latest
outputs:
skip: ${{ steps.check_skip.outputs.skip }}
steps:
- uses: actions/checkout@v4
- id: check_skip
uses: ./.github/actions/graphite_optimizer
with:
graphite_token: ${{ secrets.GRAPHITE_TOKEN }}
ci:
needs: optimize_ci
if: needs.optimize_ci.outputs.skip == 'false'
runs-on: depot-ubuntu-24.04-8
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm -F @hypr/bot typecheck
- run: pnpm -F @hypr/bot test