Sha256: b04d143c22ca5ff1d982a398369b99ac10ccc9ced2d868ee4997750a07c7b6e1

Contents?: true

Size: 1.34 KB

Versions: 32

Compression:

Stored size: 1.34 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 }}
          days-before-issue-stale: 180
          days-before-close: 30
          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

32 entries across 32 versions & 1 rubygems

Version Path
alchemy_cms-7.0.15 .github/workflows/stale.yml
alchemy_cms-6.1.10 .github/workflows/stale.yml
alchemy_cms-7.0.14 .github/workflows/stale.yml
alchemy_cms-7.0.13 .github/workflows/stale.yml
alchemy_cms-7.0.12 .github/workflows/stale.yml
alchemy_cms-7.0.11 .github/workflows/stale.yml
alchemy_cms-7.0.10 .github/workflows/stale.yml
alchemy_cms-7.0.9 .github/workflows/stale.yml
alchemy_cms-7.1.0.pre.b1 .github/workflows/stale.yml
alchemy_cms-7.0.8 .github/workflows/stale.yml
alchemy_cms-7.0.7 .github/workflows/stale.yml
alchemy_cms-7.0.6 .github/workflows/stale.yml
alchemy_cms-7.0.5 .github/workflows/stale.yml
alchemy_cms-7.0.4 .github/workflows/stale.yml
alchemy_cms-7.0.3 .github/workflows/stale.yml
alchemy_cms-6.1.9 .github/workflows/stale.yml
alchemy_cms-7.0.2 .github/workflows/stale.yml
alchemy_cms-6.1.8 .github/workflows/stale.yml
alchemy_cms-6.1.7 .github/workflows/stale.yml
alchemy_cms-7.0.1 .github/workflows/stale.yml