Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Deprecate StaleBot and introduce actions-based workflow (#531)
Browse files Browse the repository at this point in the history
Signed-off-by: lelia <[email protected]>
  • Loading branch information
lelia authored Aug 7, 2023
1 parent 7428854 commit f608731
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 62 deletions.
62 changes: 0 additions & 62 deletions .github/stale.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: stale

on:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:

jobs:
mark-stale:
uses: openclarity/.github/.github/workflows/_stale.yml@main
permissions:
issues: write
pull-requests: write
with:
days-until-stale: 60
days-until-close: 14
stale-label: "stale"
exempt-label: "no-stale"

0 comments on commit f608731

Please sign in to comment.