Skip to content

Commit

Permalink
GitHubSync update - master (#1605)
Browse files Browse the repository at this point in the history
Co-authored-by: internalautomation[bot] <85681268+internalautomation[bot]@users.noreply.github.com>
  • Loading branch information
internalautomation[bot] authored Sep 22, 2022
1 parent f90d867 commit 9eaeaa7
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 9eaeaa7

Please sign in to comment.