Skip to content

Commit

Permalink
ci: centralized CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yardexx committed Jun 11, 2024
1 parent 74e8911 commit e739380
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/issue_watcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,5 @@ on:
- cron: '30 6 * * 1'

jobs:
close-issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/stale@v9.0.0
with:
days-before-issue-stale: 14
stale-issue-message: |
Hello!
This issue has been marked as inactive. If there is no further activity within the next 14 days, this issue will be automatically closed.
If you believe this issue is still relevant and requires attention, please comment or provide additional information.
stale-issue-label: "stale"
days-before-issue-close: 14
close-issue-message: |
Hello!
This issue has been closed. If you believe this issue is still relevant and requires attention, please reopen the issue.
any-of-issue-labels: "waiting for response,can't reproduce,invalid,wontfix,duplicate"
check-issues:
uses: talsec/github-workflows/.github/workflows/issue_watcher@main

0 comments on commit e739380

Please sign in to comment.