add hw2
This commit is contained in:
30
node_modules/pino/.github/workflows/lock-threads.yml
generated
vendored
Normal file
30
node_modules/pino/.github/workflows/lock-threads.yml
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
name: 'Lock Threads'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
concurrency:
|
||||
group: lock
|
||||
|
||||
jobs:
|
||||
action:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: jsumners/lock-threads@b27edac0ac998d42b2815e122b6c24b32b568321
|
||||
with:
|
||||
log-output: true
|
||||
issue-inactive-days: '30'
|
||||
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-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.
|
||||
Reference in New Issue
Block a user