1
0
mirror of synced 2025-12-19 18:06:02 -05:00

Update actions to latest release (#8471)

* Update actions to latest release

* Update no-response.yml
This commit is contained in:
Maira Wenzel
2023-06-01 14:16:16 -07:00
committed by GitHub
parent deee28af53
commit 817fc635cd
2 changed files with 4 additions and 2 deletions

View File

@@ -18,11 +18,13 @@ jobs:
permissions:
issues: write
steps:
- uses: actions/stale@v5
- uses: actions/stale@v8
with:
days-before-issue-stale: 7
days-before-issue-close: 3
only-labels: "needs-more-info"
labels-to-add-when-unstale: "info-provided"
labels-to-remove-when-unstale: "needs-more-info"
stale-issue-message: "This issue is stale because there has been no response to a request for more information for 7 days."
close-issue-message: "This issue was closed because there was no response to a request for more information for 10 days."
days-before-pr-stale: -1

View File

@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v4
uses: github/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSCPD: false