Sha256: 97049989c5877091acf653c2c79a46af6da5ce980b71aaca9e7032dfb9b2b2e0

Contents?: true

Size: 711 Bytes

Versions: 14

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 descriped 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

14 entries across 14 versions & 1 rubygems

Version Path
alchemy_cms-4.6.7 .github/workflows/stale.yml
alchemy_cms-4.6.6 .github/workflows/stale.yml
alchemy_cms-4.6.5 .github/workflows/stale.yml
alchemy_cms-4.5.1 .github/workflows/stale.yml
alchemy_cms-4.4.5 .github/workflows/stale.yml
alchemy_cms-4.6.4 .github/workflows/stale.yml
alchemy_cms-4.6.3 .github/workflows/stale.yml
alchemy_cms-4.6.2 .github/workflows/stale.yml
alchemy_cms-4.6.1 .github/workflows/stale.yml
alchemy_cms-4.6.0 .github/workflows/stale.yml
alchemy_cms-4.5.0 .github/workflows/stale.yml
alchemy_cms-4.4.4 .github/workflows/stale.yml
alchemy_cms-4.4.3 .github/workflows/stale.yml
alchemy_cms-4.4.2 .github/workflows/stale.yml