2023-07-17 19:14:33 +00:00
|
|
|
name: Close Issues (needs repro)
|
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
- cron: "0 0 * * *"
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
close-issues:
|
|
|
|
if: github.repository == 'withastro/astro'
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: needs repro
|
|
|
|
uses: actions-cool/issues-helper@v3
|
|
|
|
with:
|
|
|
|
actions: "close-issues"
|
|
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
2023-07-17 19:48:24 +00:00
|
|
|
labels: "needs repro"
|
2023-07-17 19:14:33 +00:00
|
|
|
inactive-day: 3
|