Skip to content

Commit

Permalink
Merge branch 'main' into issue-1287-ied-editor-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
danyill authored Sep 6, 2023
2 parents a182e0e + a170e8b commit ace451a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 29 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/stale-issues-cron.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/stale-issues-manual.yml

This file was deleted.

21 changes: 14 additions & 7 deletions .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,27 @@
name: Mark stale issues

on:
workflow_call:
secrets:
TOKEN_FOR_STALE_ISSUES:
required: true
workflow_dispatch:
schedule:
- cron: '0 19 * * *'

jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write

steps:
- uses: actions/stale@v5
with:
debug-only: true # temporary
repo-token: ${{ secrets.TOKEN_FOR_STALE_ISSUES }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

days-before-stale: 60
days-before-close: -1
days-before-pr-stale: -1
days-before-pr-close: -1

stale-issue-label: 'stale'
days-before-close: -1 # `-1` disables closing
stale-issue-message: |
Hello there,
Expand All @@ -35,3 +39,6 @@ jobs:
Remember, our project thrives on community contributions, and your input matters. We're here to collaborate and improve.
Thank you for being part of this journey!

0 comments on commit ace451a

Please sign in to comment.