Skip to content

Commit

Permalink
Merge pull request #6556 from Particular/GitHubSync-20220922-161621
Browse files Browse the repository at this point in the history
GitHubSync update - release-8.0
  • Loading branch information
DavidBoike authored Sep 22, 2022
2 parents 7301d71 + 16f870f commit fee761e
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@ jobs:
stalebot:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v5.2.0
name: Set stale PR as idle
- name: Mark stale PRs
uses: Particular/stale-action@main
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
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fee761e

Please sign in to comment.