Skip to content

Commit

Permalink
Merge pull request #291 from Particular/GitHubSync-20220920-000626
Browse files Browse the repository at this point in the history
GitHubSync update - release-3.0
  • Loading branch information
DavidBoike authored Sep 20, 2022
2 parents 661ea5a + 03bb1df commit 6302648
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: StaleBot
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
stalebot:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v5.2.0
name: Set stale PR as idle
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
stale-pr-label: 'stale'
days-before-pr-stale: 30
days-before-pr-close: 7
operations-per-run: 30
exempt-pr-labels: dependencies
# Don't close issues or mark as stale
days-before-issue-stale: -1
days-before-issue-close: -1

0 comments on commit 6302648

Please sign in to comment.