8000 Bump @types/react from 19.1.1 to 19.1.3 · anza-xyz/kit@58b7ea5 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Bump @types/react from 19.1.1 to 19.1.3 #1416

Bump @types/react from 19.1.1 to 19.1.3

Bump @types/react from 19.1.1 to 19.1.3 #1416

name: Dismiss Stale PR Reviews
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
actions: read
contents: read
pull-requests: write
jobs:
dismiss-stale-approvals:
runs-on: ubuntu-latest
steps:
- name: Dismiss Stale PR Reviews
if: ${{ !contains('OWNER,MEMBER,COLLABORATOR', github.event.pull_request.author_association) }}
uses: withgraphite/dismiss-stale-approvals@15571275d9bf7410e51244e259cd8f9f554879c8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
0