Sha256: b753176588f746e37273f85f41480e4cd4d7bf71589f54f5092fd690702adcea
Contents?: true
Size: 709 Bytes
Versions: 45
Compression:
Stored size: 709 Bytes
Contents
name: Mark stale issues and pull requests on: schedule: - cron: "0 0 * * *" jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has not seen any activity in a long time. If the issue described still exists in recent versions of Alchemy, please open a new issue or preferably open a PR with a fix. Thanks for reporting.' stale-pr-message: 'This pull request has not seen any activiy in a long time. Probably because of missing tests or a necessary rebase. Please open a new PR to latest main if you want to continue working on this. Thanks for the contribution.'
Version data entries
45 entries across 45 versions & 1 rubygems