Skip to content

Commit

Permalink
Merge branch 'main' into renovate/testing-library-react-13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCortizasCT authored Jun 7, 2022
2 parents a222c3f + 72342a7 commit d1c77f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/close-inactive-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
permissions:
issues: write
steps:
- uses: actions/stale@v3
- uses: actions/stale@v5
with:
any-of-labels: "⌛ Status: Waiting for Customer"
start-date: "2022-04-06 00:00:00.000"
Expand All @@ -20,4 +20,5 @@ jobs:
close-issue-message: "This issue has been closed due to its inactivity for the last month. Please, feel free to reopen it and add a new comment in case you think the problem has not been resolved."
days-before-pr-stale: -1
days-before-pr-close: -1
operations-per-run: 50
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d1c77f3

Please sign in to comment.