Sha256: 9e06097240731d0d126c080416a7ebed33d85462fb104e3ca909d90cedf1c8ea

Contents?: true

Size: 657 Bytes

Versions: 5

Compression:

Stored size: 657 Bytes

Contents

name: Close inactive issues
on:
  schedule:
    - cron: "30 1 * * *"

jobs:
  close-issues:
    runs-on: ubuntu-latest
    permissions:
      issues: write
    steps:
      - uses: actions/stale@v5
        with:
          days-before-issue-stale: 30
          days-before-issue-close: 7
          stale-issue-label: "stale"
          stale-issue-message: "Hey! This issue is still open, but there hasn't been any activity for a month now, so we will be marking this issue as stale and closing it in a week if it's still inactive."
          close-issue-message: "This issue was closed because it has been inactive for one week since being marked as stale."

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phraseapp-in-context-editor-ruby-3.2.0 .github/workflows/close_inactive_issues.yml
phraseapp-in-context-editor-ruby-3.1.1 .github/workflows/close_inactive_issues.yml
phraseapp-in-context-editor-ruby-3.1.0 .github/workflows/close_inactive_issues.yml
phraseapp-in-context-editor-ruby-3.0.1 .github/workflows/close_inactive_issues.yml
phraseapp-in-context-editor-ruby-2.1.1 .github/workflows/close_inactive_issues.yml