Sha256: 304fb39e771c995f9cb078ff3504ee4daa6d642a81f0dd786f58b59230be74ad

Contents?: true

Size: 1.27 KB

Versions: 16

Compression:

Stored size: 1.27 KB

Contents

name: Mark stale issues and pull requests

on:
  schedule:
    - cron: "0 0 * * *"

jobs:
  stale:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/stale@v5
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
          stale-issue-message: |
            This issue has not seen any activity in a long time.
            Please create a pull request with a fix or ask someone of the community if they can help.
            This issue will be closed in 7 days if no further activity happens.
          close-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 with. 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.
            This PR will be closed in 7 days if no further activity happens.
          close-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

16 entries across 16 versions & 1 rubygems

Version Path
alchemy_cms-6.0.14 .github/workflows/stale.yml
alchemy_cms-6.0.13 .github/workflows/stale.yml
alchemy_cms-6.0.12 .github/workflows/stale.yml
alchemy_cms-6.0.11 .github/workflows/stale.yml
alchemy_cms-6.0.10 .github/workflows/stale.yml
alchemy_cms-6.0.9 .github/workflows/stale.yml
alchemy_cms-6.0.8 .github/workflows/stale.yml
alchemy_cms-6.0.7 .github/workflows/stale.yml
alchemy_cms-6.0.6 .github/workflows/stale.yml
alchemy_cms-6.0.5 .github/workflows/stale.yml
alchemy_cms-6.0.4 .github/workflows/stale.yml
alchemy_cms-6.0.3 .github/workflows/stale.yml
alchemy_cms-6.0.2 .github/workflows/stale.yml
alchemy_cms-6.0.1 .github/workflows/stale.yml
alchemy_cms-6.0.0 .github/workflows/stale.yml
alchemy_cms-6.0.0.pre.rc7 .github/workflows/stale.yml