Skip to content

chore(deps): bump framer-motion from 12.43.0 to 13.0.0 in /apps/web #2028

chore(deps): bump framer-motion from 12.43.0 to 13.0.0 in /apps/web

chore(deps): bump framer-motion from 12.43.0 to 13.0.0 in /apps/web #2028

name: All Contributors
on:
issue_comment:
types:
- created
permissions:
contents: write
pull-requests: write
issues: write
jobs:
add-contributor:
runs-on: ubuntu-latest
if: |
github.event_name == 'issue_comment' &&
contains(github.event.comment.body, '@all-contributors')
steps:
- name: Add contributor
uses: all-contributors/all-contributors-action@v1.4.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}