Skip to content

Commit

Permalink
[workflows] Disable stale@issues. Bump actions versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Nov 30, 2021
1 parent de56e68 commit a5a0a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
deploy_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.4.0

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v2.1.7
env:
cache-name: cache-node-modules
with:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/stale@v4
- uses: actions/stale@v4.0.0
with:
stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days."
close-issue-message: "This issue was closed because it has been stalled for 5 days with no activity."
days-before-issue-stale: 30
days-before-issue-close: -1 # never closed automatically
stale-issue-label: "no-issue-activity"
exempt-issue-labels: "awaiting-approval,work-in-progress"
stale-pr-message: "This PR is stale because it has been open 172 days with no activity. Remove stale label or comment or this will be closed in 10 days."
close-pr-message: "This PR was closed because it has been stalled for 10 days with no activity."
days-before-pr-stale: 172
Expand Down

0 comments on commit a5a0a86

Please sign in to comment.