Sha256: c1d53c48c62c0c9ff5e2979ec56d84787436aabb9a45e0c5788de6a06d8d8d6d

Contents?: true

Size: 711 Bytes

Versions: 15

Compression:

Stored size: 711 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 master if you want to continue working on this. Thanks for the contribution.'

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
alchemy_cms-5.0.10 .github/workflows/stale.yml
alchemy_cms-5.0.9 .github/workflows/stale.yml
alchemy_cms-5.0.8 .github/workflows/stale.yml
alchemy_cms-5.0.7 .github/workflows/stale.yml
alchemy_cms-5.0.6 .github/workflows/stale.yml
alchemy_cms-5.0.5 .github/workflows/stale.yml
alchemy_cms-5.0.4 .github/workflows/stale.yml
alchemy_cms-5.0.3 .github/workflows/stale.yml
alchemy_cms-5.0.2 .github/workflows/stale.yml
alchemy_cms-5.0.1 .github/workflows/stale.yml
alchemy_cms-5.0.0 .github/workflows/stale.yml
alchemy_cms-5.0.0.rc2 .github/workflows/stale.yml
alchemy_cms-5.0.0.rc1 .github/workflows/stale.yml
alchemy_cms-5.0.0.beta2 .github/workflows/stale.yml
alchemy_cms-5.0.0.beta1 .github/workflows/stale.yml