Skip to content

chore: auto-close stale "waiting for info" items with Carson's no-response-closer #186

chore: auto-close stale "waiting for info" items with Carson's no-response-closer

chore: auto-close stale "waiting for info" items with Carson's no-response-closer #186

Workflow file for this run

name: Carson

Check warning on line 1 in .github/workflows/run-carson.yml

View workflow run for this annotation

GitHub Actions / Carson

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
- labeled
- ready_for_review
issues:
types:
- opened
- edited
- labeled
issue_comment:
types:
- created
push:
branches:
- develop
- '4.*'
schedule:
- cron: '0 0 * * *'
permissions: {}
jobs:
carson:
runs-on: ubuntu-24.04
steps:
- name: Run Carson
uses: NexusPHP/carson@cb35604ab330c2e44dba673fcef712c78e75f858 # v1.7.0
with:
app_id: ${{ secrets.CARSON_APP_ID }}
private_key: ${{ secrets.CARSON_PRIVATE_KEY }}
log_level: info