Skip to content

Commit

Permalink
Fixes issue piranhacloud#3282 - Rename nightly to stale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Mar 3, 2023
1 parent 921b160 commit 1551b58
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 174 deletions.
174 changes: 0 additions & 174 deletions .github/workflows/nightly.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: stale
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
stale:
if: github.repository == 'piranhacloud/piranha'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 80 days with no activity. Remove stale label or comment or this will be closed in 10 days'
days-before-stale: 80
days-before-close: 10

0 comments on commit 1551b58

Please sign in to comment.