File tree Expand file tree Collapse file tree 7 files changed +16
-0
lines changed Expand file tree Collapse file tree 7 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments