Skip to content

Commit 058eb18

Browse files
author
Kartik Raj
committed
Refacor lock issues
1 parent fec8ded commit 058eb18

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/lock-issues.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@ jobs:
1515
lock-issues:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: dessant/lock-threads@v4
18+
- name: Checkout Actions
19+
uses: actions/checkout@v3
1920
with:
20-
github-token: ${{ github.token }}
21-
issue-inactive-days: '30'
22-
process-only: 'issues'
23-
log-output: true
21+
repository: 'karrtikr/vscode-python-github-actions'
22+
path: ./actions
23+
- name: Install Actions
24+
run: npm install --production --prefix ./actions
25+
- name: 'Lock Issues'
26+
uses: ./actions/lock-issues
27+
with:
28+
token: ${{ github.token }}

0 commit comments

Comments
 (0)