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
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.github/workflows/stale-actions.yml
fluentd-1.16.6-x86-mingw32 .github/workflows/stale-actions.yml
fluentd-1.16.6-x64-mingw32 .github/workflows/stale-actions.yml
fluentd-1.16.6-x64-mingw-ucrt .github/workflows/stale-actions.yml
fluentd-1.16.6 .github/workflows/stale-actions.yml
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.github/workflows/stale-actions.yml
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.github/workflows/stale-actions.yml
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/.github/workflows/stale-actions.yml
fluentd-1.17.0-x86-mingw32 .github/workflows/stale-actions.yml
fluentd-1.17.0-x64-mingw-ucrt .github/workflows/stale-actions.yml
fluentd-1.17.0-x64-mingw32 .github/workflows/stale-actions.yml
fluentd-1.17.0 .github/workflows/stale-actions.yml
fluentd-1.16.5-x64-mingw-ucrt .github/workflows/stale-actions.yml
fluentd-1.16.5-x86-mingw32 .github/workflows/stale-actions.yml
fluentd-1.16.5-x64-mingw32 .github/workflows/stale-actions.yml
fluentd-1.16.5 .github/workflows/stale-actions.yml
fluentd-1.16.4-x64-mingw-ucrt .github/workflows/stale-actions.yml
fluentd-1.16.4-x86-mingw32 .github/workflows/stale-actions.yml
fluentd-1.16.4-x64-mingw32 .github/workflows/stale-actions.yml
fluentd-1.16.4 .github/workflows/stale-actions.yml