-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: general updates for 0.7.0 (#209)
+semver: minor Co-authored-by: Dave Skender <[email protected]>
- Loading branch information
1 parent
fa43ad4
commit 84b7d4f
Showing
22 changed files
with
789 additions
and
753 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,18 @@ | ||
name: "Lock Threads" | ||
name: "Lock Closed Threads" | ||
# https://github.com/marketplace/actions/lock-threads | ||
|
||
on: | ||
schedule: | ||
- cron: "0 7 * * *" | ||
|
||
concurrency: | ||
group: lock | ||
|
||
jobs: | ||
lock: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: dessant/lock-threads@v3 | ||
with: | ||
issue-lock-reason: "resolved" | ||
issue-inactive-days: "90" | ||
issue-comment: > | ||
This Issue has been automatically locked since there | ||
has not been any recent activity after it was closed. | ||
Please open a new Issue for related bugs. | ||
pr-lock-reason: "resolved" | ||
pr-inactive-days: "30" | ||
pr-comment: > | ||
This Pull Request has been automatically locked since there | ||
has not been any recent activity after it was closed. | ||
Please open a new Issue for related bugs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.