Sha256: e54ab8848f9e6314dfc7a98cfbc554526db5f1f2ff9a98f57b90fff76fef3c85

Contents?: true

Size: 1.19 KB

Versions: 33

Compression:

Stored size: 1.19 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@v8
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        days-before-stale: 30
        days-before-close: 7
        stale-issue-message: "This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 7 days"
        stale-pr-message: "This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 7 days"
        close-issue-message: "This issue was automatically closed because of stale in 7 days"
        close-pr-message: "This PR was automatically closed because of stale in 7 days"
        stale-pr-label: "stale"
        stale-issue-label: "stale"
        exempt-issue-labels: "waiting-for-triage,bug,enhancement,feature request,pending,work_in_progress,v1,v2"
        exempt-pr-labels: "waiting-for-triage,bug,enhancement,feature request,pending,work_in_progress,v1,v2"
        exempt-all-assignees: true
        exempt-all-milestones: true

Version data entries

33 entries across 33 versions & 5 rubygems

Version Path
fluentd222-1.16.2-x86_64-linux .github/workflows/stale-actions.yml
fluentd-1.16.3-x86-mingw32 .github/workflows/stale-actions.yml
fluentd-1.16.3-x64-mingw32 .github/workflows/stale-actions.yml
fluentd-1.16.3-x64-mingw-ucrt .github/workflows/stale-actions.yml
fluentd-1.16.3 .github/workflows/stale-actions.yml
fluentd-1.16.2-x86-mingw32 .github/workflows/stale-actions.yml
fluentd-1.16.2-x64-mingw32 .github/workflows/stale-actions.yml
fluentd-1.16.2-x64-mingw-ucrt .github/workflows/stale-actions.yml
fluentd-1.16.2 .github/workflows/stale-actions.yml
fluentd-1.16.1-x64-mingw-ucrt .github/workflows/stale-actions.yml
fluentd-1.16.1-x64-mingw32 .github/workflows/stale-actions.yml
fluentd-1.16.1-x86-mingw32 .github/workflows/stale-actions.yml
fluentd-1.16.1 .github/workflows/stale-actions.yml