Skip to content

chore(deps): bump sharp from 0.35.3 to 0.35.4 in /website #478

chore(deps): bump sharp from 0.35.3 to 0.35.4 in /website

chore(deps): bump sharp from 0.35.3 to 0.35.4 in /website #478

Workflow file for this run

name: CLA Assistant
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
actions: write
contents: read
pull-requests: write
statuses: write
jobs:
cla:
runs-on: ubuntu-latest
if: |
(github.event_name == 'pull_request_target') ||
(github.event_name == 'issue_comment' && github.event.comment.body == 'recheck')
steps:
- name: CLA Assistant
uses: contributor-assistant/github-action@v2.6.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_TOKEN }}
with:
path-to-signatures: "signatures/cla.json"
path-to-document: ".github/CLA.md"
branch: "main"
allowlist: "pbertsch,dependabot[bot],github-actions[bot]"
remote-organization-name: "AlphaWaveSystems"
remote-repository-name: "flutter-probe"