Skip to content

Close issues

Close issues #416

Workflow file for this run

name: Close issues
on:
schedule:
- cron: "0 0 * * *"
permissions:
issues: write
jobs:
close-issues:
if: github.repository == 'biomejs/biome-zed'
runs-on: depot-ubuntu-24.04-arm-small
steps:
- name: Close issue without reproduction
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
with:
actions: "close-issues"
token: ${{ secrets.GITHUB_TOKEN }}
labels: "needs reproduction"
inactive-day: 3