Sha256: 3923a2c6bedc6b11e5725f687d456ad2e15f0b3d2444a3a0493afe6195244554

Contents?: true

Size: 1.09 KB

Versions: 67

Compression:

Stored size: 1.09 KB

Contents

name: "Mark or close stale issues and PRs"
on:
  schedule:
  - cron: "00 10 * * *"

jobs:
  stale:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/stale@v3
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        days-before-stale: 90
        days-before-close: 30
        stale-issue-message: "This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days"
        stale-pr-message: "This PR has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this PR will be closed in 30 days"
        close-issue-message: "This issue was automatically closed because of stale in 30 days"
        close-pr-message: "This PR was automatically closed because of stale in 30 days"
        stale-pr-label: "stale"
        stale-issue-label: "stale"
        exempt-issue-labels: "bug,enhancement,feature request,pending,work_in_progress,v1,v2"
        exempt-pr-labels: "bug,enhancement,feature request,pending,work_in_progress,v1,v2"

Version data entries

67 entries across 67 versions & 2 rubygems

Version Path
fluentd-1.15.2-x86-mingw32 .github/workflows/stale-actions.yml
fluentd-1.15.2-x64-mingw32 .github/workflows/stale-actions.yml
fluentd-1.15.2-x64-mingw-ucrt .github/workflows/stale-actions.yml
fluentd-1.15.2 .github/workflows/stale-actions.yml
fluentd-1.15.1-x86-mingw32 .github/workflows/stale-actions.yml
fluentd-1.15.1-x64-mingw32 .github/workflows/stale-actions.yml
fluentd-1.15.1-x64-mingw-ucrt .github/workflows/stale-actions.yml
fluentd-1.15.1 .github/workflows/stale-actions.yml
fluentd-1.15.0-x86-mingw32 .github/workflows/stale-actions.yml
fluentd-1.15.0-x64-mingw-ucrt .github/workflows/stale-actions.yml
fluentd-1.15.0-x64-mingw32 .github/workflows/stale-actions.yml
fluentd-1.15.0 .github/workflows/stale-actions.yml
dtomasgu-fluentd-1.14.8.pre.dev .github/workflows/stale-actions.yml
dtomasgu-fluentd-1.14.7.pre.dev .github/workflows/stale-actions.yml
fluentd-1.14.6-x86-mingw32 .github/workflows/stale-actions.yml
fluentd-1.14.6-x64-mingw-ucrt .github/workflows/stale-actions.yml
fluentd-1.14.6-x64-mingw32 .github/workflows/stale-actions.yml
fluentd-1.14.6 .github/workflows/stale-actions.yml
fluentd-1.14.5-x64-mingw-ucrt .github/workflows/stale-actions.yml
fluentd-1.14.5-x86-mingw32 .github/workflows/stale-actions.yml