File tree 6 files changed +21
-14
lines changed
6 files changed +21
-14
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ jobs:
16
16
- name : Checkout Actions
17
17
uses : actions/checkout@v3
18
18
with :
19
- repository : ' microsoft/vscode-python-engineering'
19
+ repository : ' microsoft/vscode-github-triage-actions'
20
+ ref : stable
20
21
path : ./actions
21
22
- name : Install Actions
22
23
run : npm install --production --prefix ./actions
23
24
- name : Add Community Feedback Comment if applicable
24
- uses : ./actions/community-feedback-auto-comment
25
+ uses : ./actions/python- community-feedback-auto-comment
25
26
with :
26
27
issue-number : ${{ github.event.issue.number }}
Original file line number Diff line number Diff line change @@ -21,12 +21,13 @@ jobs:
21
21
- name : Checkout Actions
22
22
uses : actions/checkout@v3
23
23
with :
24
- repository : ' microsoft/vscode-python-engineering'
24
+ repository : ' microsoft/vscode-github-triage-actions'
25
+ ref : stable
25
26
path : ./actions
26
27
- name : Install Actions
27
28
run : npm install --production --prefix ./actions
28
29
- name : " Add 'triage-needed' and remove unrecognizable labels & assignees"
29
- uses : ./actions/issue-labels
30
+ uses : ./actions/python- issue-labels
30
31
with :
31
32
triagers : ${{ env.TRIAGERS }}
32
33
token : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ jobs:
18
18
- name : Checkout Actions
19
19
uses : actions/checkout@v3
20
20
with :
21
- repository : ' microsoft/vscode-python-engineering'
21
+ repository : ' microsoft/vscode-github-triage-actions'
22
+ ref : stable
22
23
path : ./actions
23
24
- name : Install Actions
24
25
run : npm install --production --prefix ./actions
25
26
- name : ' Lock Issues'
26
- uses : ./actions/lock-issues
27
+ uses : ./actions/python- lock-issues
27
28
with :
28
29
token : ${{ github.token }}
Original file line number Diff line number Diff line change 18
18
- name : Checkout Actions
19
19
uses : actions/checkout@v3
20
20
with :
21
- repository : ' microsoft/vscode-python-engineering'
21
+ repository : ' microsoft/vscode-github-triage-actions'
22
+ ref : stable
22
23
path : ./actions
23
24
- name : Install Actions
24
25
run : npm install --production --prefix ./actions
25
26
- name : Check for changed files
26
- uses : ./actions/pr-file-check
27
+ uses : ./actions/python- pr-file-check
Original file line number Diff line number Diff line change 16
16
- name : Checkout Actions
17
17
uses : actions/checkout@v3
18
18
with :
19
- repository : ' microsoft/vscode-python-engineering'
19
+ repository : ' microsoft/vscode-github-triage-actions'
20
+ ref : stable
20
21
path : ./actions
21
22
- name : Install Actions
22
23
run : npm install --production --prefix ./actions
23
24
- name : Classify PR
24
- uses : ./actions/pr-labels
25
+ uses : ./actions/python- pr-labels
Original file line number Diff line number Diff line change @@ -15,12 +15,13 @@ jobs:
15
15
- name : Checkout Actions
16
16
uses : actions/checkout@v3
17
17
with :
18
- repository : ' microsoft/vscode-python-engineering'
18
+ repository : ' microsoft/vscode-github-triage-actions'
19
+ ref : stable
19
20
path : ./actions
20
21
- name : Install Actions
21
22
run : npm install --production --prefix ./actions
22
23
- name : Add "info-needed" label
23
- uses : ./actions/triage-info-needed
24
+ uses : ./actions/python- triage-info-needed
24
25
with :
25
26
triagers : ${{ env.TRIAGERS }}
26
27
action : ' add'
@@ -33,12 +34,13 @@ jobs:
33
34
- name : Checkout Actions
34
35
uses : actions/checkout@v3
35
36
with :
36
- repository : ' microsoft/vscode-python-engineering'
37
+ repository : ' microsoft/vscode-github-triage-actions'
38
+ ref : stable
37
39
path : ./actions
38
40
- name : Install Actions
39
41
run : npm install --production --prefix ./actions
40
42
- name : Remove "info-needed" label
41
- uses : ./actions/triage-info-needed
43
+ uses : ./actions/python- triage-info-needed
42
44
with :
43
45
triagers : ${{ env.TRIAGERS }}
44
46
action : ' remove'
You can’t perform that action at this time.
0 commit comments