Skip to content

🌋 Stale issue handler #82

🌋 Stale issue handler

🌋 Stale issue handler #82

Workflow file for this run

name: "🌋 Stale issue handler"
on:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been open 90 days with no activity. Can you give it a little love by linking it to a parent issue, adding relevant labels and projets, creating a mockup if applicable, adding code pointers from https://github.com/openfoodfacts/openfoodfacts-server/blob/main/.github/labeler.yml, giving it a priority, editing the original issue to have a more comprehensive description… Thank you very much for your contribution to 🍊 Open Food Facts '
days-before-stale: 90
days-before-close: -1
skip-stale-issue-message: true
stale-issue-label: ⏰ Stale