Skip to content

Commit 6c6fb8e

Browse files
author
Kartik Raj
committed
Code review
1 parent 6a5402d commit 6c6fb8e

File tree

7 files changed

+16
-0
lines changed

7 files changed

+16
-0
lines changed

.github/workflows/community-feedback-auto-comment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
repository: 'microsoft/vscode-github-triage-actions'
2020
ref: stable
2121
path: ./actions
22+
2223
- name: Install Actions
2324
run: npm install --production --prefix ./actions
25+
2426
- name: Add Community Feedback Comment if applicable
2527
uses: ./actions/python-community-feedback-auto-comment
2628
with:

.github/workflows/issue-labels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
repository: 'microsoft/vscode-github-triage-actions'
2525
ref: stable
2626
path: ./actions
27+
2728
- name: Install Actions
2829
run: npm install --production --prefix ./actions
30+
2931
- name: "Add 'triage-needed' and remove unrecognizable labels & assignees"
3032
uses: ./actions/python-issue-labels
3133
with:

.github/workflows/lock-issues.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
repository: 'microsoft/vscode-github-triage-actions'
2222
ref: stable
2323
path: ./actions
24+
2425
- name: Install Actions
2526
run: npm install --production --prefix ./actions
27+
2628
- name: 'Lock Issues'
2729
uses: ./actions/python-lock-issues
2830
with:

.github/workflows/pr-file-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
repository: 'microsoft/vscode-github-triage-actions'
2222
ref: stable
2323
path: ./actions
24+
2425
- name: Install Actions
2526
run: npm install --production --prefix ./actions
27+
2628
- name: Check for changed files
2729
uses: ./actions/python-pr-file-check

.github/workflows/pr-labels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
repository: 'microsoft/vscode-github-triage-actions'
2020
ref: stable
2121
path: ./actions
22+
2223
- name: Install Actions
2324
run: npm install --production --prefix ./actions
25+
2426
- name: Classify PR
2527
uses: ./actions/python-pr-labels

.github/workflows/test-plan-item-validator.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
repository: 'microsoft/vscode-github-triage-actions'
1818
path: ./actions
1919
ref: stable
20+
2021
- name: Install Actions
2122
run: npm install --production --prefix ./actions
23+
2224
- name: Run Test Plan Item Validator
2325
uses: ./actions/test-plan-item-validator
2426
with:

.github/workflows/triage-info-needed.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
repository: 'microsoft/vscode-github-triage-actions'
1919
ref: stable
2020
path: ./actions
21+
2122
- name: Install Actions
2223
run: npm install --production --prefix ./actions
24+
2325
- name: Add "info-needed" label
2426
uses: ./actions/python-triage-info-needed
2527
with:
@@ -37,8 +39,10 @@ jobs:
3739
repository: 'microsoft/vscode-github-triage-actions'
3840
ref: stable
3941
path: ./actions
42+
4043
- name: Install Actions
4144
run: npm install --production --prefix ./actions
45+
4246
- name: Remove "info-needed" label
4347
uses: ./actions/python-triage-info-needed
4448
with:

0 commit comments

Comments
 (0)