Skip to content

⚡ Performance: Cache DateTimeFormatter allocations #20

⚡ Performance: Cache DateTimeFormatter allocations

⚡ Performance: Cache DateTimeFormatter allocations #20

# Generated by @google/jules-fleet init
# This workflow scans PRs for overlapping file changes.
name: Conflict Detection
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: read
jobs:
scan-overlaps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Scan for overlapping changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npx -y --package=@google/jules-sdk --package=@modelcontextprotocol/sdk --package=@google/jules-merge jules-merge scan --json '{"prs":[${{ github.event.pull_request.number }}],"repo":"${{ github.repository }}","base":"${{ github.event.pull_request.base.ref }}"}'