FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-python/.github/workflows/lock-issues.yml at fixTelemetry · anthonykim1/vscode-python · GitHub
anthonykim1
/
vscode-python
Public
forked from
microsoft/vscode-python
Notifications
You must be signed in to change notification settings
Fork
3
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
vscode-python
/
.github
/
workflows
/
lock-issues.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
24 lines (20 loc) · 420 Bytes
Breadcrumbs
vscode-python
/
.github
/
workflows
/
lock-issues.yml
Copy path
File metadata and controls
24 lines (20 loc) · 420 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name
:
'
Lock Issues
'
on
:
schedule
:
-
cron
:
'
0 0 * * *
'
workflow_dispatch
:
permissions
:
issues
:
write
concurrency
:
group
:
lock
jobs
:
lock-issues
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
'
Lock Issues
'
uses
:
dessant/lock-threads@v5
with
:
github-token
:
${{ github.token }}
issue-inactive-days
:
'
30
'
process-only
:
'
issues
'
log-output
:
true
Back
|
FazBrowse Home
|
New Git URL