Skip to content

chore(deps): update dependency @dallay/agentsync-darwin-arm64 to v1.43.0 #1735

chore(deps): update dependency @dallay/agentsync-darwin-arm64 to v1.43.0

chore(deps): update dependency @dallay/agentsync-darwin-arm64 to v1.43.0 #1735

name: Contributor Report

Check failure on line 1 in .github/workflows/contributor-report.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/contributor-report.yml

Invalid workflow file

(Line: 9, Col: 1): Unexpected value 'if'
on:
pull_request:
types: [opened, reopened, synchronize, edited]
# Skip bot-authored PRs (e.g., release-please) since contributor-report
# cannot resolve GitHub App bot users like "dallay-bot[bot]".
if: ${{ github.event.pull_request.user.type != 'Bot' }}
permissions:
contents: read
pull-requests: write
env:
# Force JavaScript actions to use Node.js 24 (Node.js 20 is deprecated)
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
report:
uses: dallay/common-actions/.github/workflows/contributor-report.yml@v2
secrets: inherit