Skip to content

Commit

Permalink
Revert "Merge pull request #586 from C0ZEN/feature/split-pr-and-issue…
Browse files Browse the repository at this point in the history
…-options"

This reverts commit db699ab, reversing
changes made to b83d488.
  • Loading branch information
luketomlinson committed Oct 20, 2021
1 parent fc4a5ff commit 3a971ae
Show file tree
Hide file tree
Showing 23 changed files with 11,658 additions and 6,177 deletions.
40 changes: 19 additions & 21 deletions .github/workflows/stale.yml
@@ -1,21 +1,19 @@
name: 'Stale issue handler'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@main
id: stale
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
days-before-issue-stale: 30
days-before-pr-stale: 30
days-before-issue-close: 5
days-before-pr-close: 5
exempt-issue-labels: 'blocked,must,should,keep'
- name: Print outputs
run: echo ${{ join(steps.stale.outputs.*, ',') }}
name: 'Stale issue handler'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@main
id: stale
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
days-before-stale: 30
days-before-close: 5
exempt-issue-labels: 'blocked,must,should,keep'
- name: Print outputs
run: echo ${{ join(steps.stale.outputs.*, ',') }}
531 changes: 277 additions & 254 deletions README.md

Large diffs are not rendered by default.

0 comments on commit 3a971ae

Please sign in to comment.