Skip to content

Commit

Permalink
chore: upgrade github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Nov 12, 2024
1 parent 9a42eb6 commit 2d59d40
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ jobs:
permissions:
issues: write
pull-requests: write
discussions: write
steps:
- uses: dessant/lock-threads@v4
- uses: dessant/lock-threads@v5
with:
issue-inactive-days: "30"
issue-comment: >
I'm going to lock this issue because it has been closed for _30 days_. ⏳
This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new
If you have found a problem that seems similar to this, please file a new
issue and complete the issue template so we can capture all the details
necessary to investigate further.
process-only: "issues"
pr-inactive-days: "30"
discussion-inactive-days: "30"
process-only: "issues,prs,discussions"
2 changes: 1 addition & 1 deletion .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- cron: "10 * * * *"

jobs:
noResponse:
no-response:
runs-on: ubuntu-latest
permissions:
issues: write
Expand Down
2 changes: 1 addition & 1 deletion docs/tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ desc = "Open shell here"

```toml
[[manager.prepend_keymap]]
on = "<C-s>"
on = "!"
run = 'shell "powershell.exe" --block --confirm'
desc = "Open PowerShell here"
```
Expand Down

0 comments on commit 2d59d40

Please sign in to comment.