Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/detect-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
permissions:
issues: write
pull-requests: write
uses: bombshell-dev/automation/.github/workflows/detect-agent.yml@a1553cebd9318d416f6a8e9f38f363b6aaa19c72
uses: bombshell-dev/automation/.github/workflows/detect-agent.yml@fefdda5cafd503bf3caaccd0a350c5d863d4289c

backfill:
if: github.event_name == 'workflow_dispatch'
permissions:
issues: write
pull-requests: write
uses: bombshell-dev/automation/.github/workflows/detect-agent-backfill.yml@a1553cebd9318d416f6a8e9f38f363b6aaa19c72
uses: bombshell-dev/automation/.github/workflows/detect-agent-backfill.yml@fefdda5cafd503bf3caaccd0a350c5d863d4289c
2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ linkWorkspacePackages: true
preferWorkspacePackages: true
blockExoticSubdeps: true
trustPolicy: 'no-downgrade'
trustPolicyExclude:
- 'vite@6.4.1'

packages:
- 'packages/*'
Expand Down
Loading