Skip to content

BE-404: Add recursion depth, fanout, and payload limits to type fetcher #4283

BE-404: Add recursion depth, fanout, and payload limits to type fetcher

BE-404: Add recursion depth, fanout, and payload limits to type fetcher #4283

name: Dismiss stale pull request approvals
on:
pull_request_target:
types: [opened, synchronize, reopened]
merge_group:
permissions:
actions: read
contents: read
pull-requests: write
jobs:
dismiss_stale_approvals:
runs-on: ubuntu-24.04
steps:
- name: Dismiss stale pull request approvals
if: github.event_name == 'pull_request_target'
# see: https://github.com/withgraphite/dismiss-stale-approvals/pull/8#issuecomment-3386592574
uses: turnage/dismiss-stale-approvals@ff3fc67f2978497c420e446f704b9502dd911fd8 # fork
with:
github-token: ${{ secrets.GITHUB_TOKEN }}