This repository was archived by the owner on Aug 31, 2026. It is now read-only.
feat: making out what orbits a star costs more light than finding it #272
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # name: "Close stale issues" | |
| # on: | |
| # schedule: | |
| # - cron: "0 0 * * *" | |
| # jobs: | |
| # stale: | |
| # runs-on: ubuntu-latest | |
| # steps: | |
| # - uses: actions/stale@v3.0.6 | |
| # with: | |
| # repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| # stale-pr-message: 'Is this pr still needed?' | |
| # stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Is this still an issue? If yes please comment that it still is.' | |
| # stale-issue-label: 'no-issue-activity' | |
| # exempt-issue-labels: 'enhancement,question,Needs-Info' | |
| # stale-pr-label: 'no-pr-activity' | |
| # exempt-pr-labels: 'awaiting-approval,work-in-progress,PrExempt' | |
| # days-before-stale: 60 | |
| # days-before-close: 90 | |