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

Version Path
alchemy_cms-5.3.8 .github/workflows/stale.yml
alchemy_cms-5.3.7 .github/workflows/stale.yml
alchemy_cms-5.3.6 .github/workflows/stale.yml
alchemy_cms-5.3.5 .github/workflows/stale.yml
alchemy_cms-5.3.4 .github/workflows/stale.yml
alchemy_cms-5.3.3 .github/workflows/stale.yml
alchemy_cms-5.3.2 .github/workflows/stale.yml
alchemy_cms-5.3.1 .github/workflows/stale.yml
alchemy_cms-5.3.0 .github/workflows/stale.yml
alchemy_cms-6.0.0.pre.rc6 .github/workflows/stale.yml
alchemy_cms-5.2.7 .github/workflows/stale.yml
alchemy_cms-5.2.6 .github/workflows/stale.yml
alchemy_cms-5.1.10 .github/workflows/stale.yml
alchemy_cms-6.0.0.pre.rc5 .github/workflows/stale.yml
alchemy_cms-6.0.0.pre.rc4 .github/workflows/stale.yml
alchemy_cms-6.0.0.pre.rc3 .github/workflows/stale.yml
alchemy_cms-5.2.5 .github/workflows/stale.yml
alchemy_cms-5.1.9 .github/workflows/stale.yml
alchemy_cms-5.2.4 .github/workflows/stale.yml
alchemy_cms-5.1.8 .github/workflows/stale.yml