name: 'Stale PR Review Manager'
description: 'Automatically manage stale PR reviews by commenting and labeling them.'
runs:
  using: 'docker'
  image: 'Dockerfile'
  args:
    - '-m'
    - 'stale_pr_review'
