This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11module . exports = async ( { github, context} ) => {
2- const result = await github . pulls . listFiles ( {
2+ const result = await github . rest . pulls . listFiles ( {
33 owner : context . payload . repository . owner . login ,
44 repo : context . payload . repository . name ,
55 pull_number : context . payload . number ,
Original file line number Diff line number Diff line change 1616 fetch-depth : 0
1717
1818 - name : Check if relevant files have changed
19- uses : actions/github-script@v4 .0.0
19+ uses : actions/github-script@v5 .0.0
2020 id : service-changed
2121 with :
2222 result-encoding : string
5151 fetch-depth : 0
5252
5353 - name : Check if relevant files have changed
54- uses : actions/github-script@v4 .0.0
54+ uses : actions/github-script@v5 .0.0
5555 id : service-changed
5656 with :
5757 result-encoding : string
9393 fetch-depth : 0
9494
9595 - name : Check if relevant files have changed
96- uses : actions/github-script@v4 .0.0
96+ uses : actions/github-script@v5 .0.0
9797 id : service-changed
9898 with :
9999 result-encoding : string
@@ -128,7 +128,7 @@ jobs:
128128 fetch-depth : 0
129129
130130 - name : Check if relevant files have changed
131- uses : actions/github-script@v4 .0.0
131+ uses : actions/github-script@v5 .0.0
132132 id : service-changed
133133 with :
134134 result-encoding : string
@@ -163,7 +163,7 @@ jobs:
163163 fetch-depth : 0
164164
165165 - name : Check if relevant files have changed
166- uses : actions/github-script@v4 .0.0
166+ uses : actions/github-script@v5 .0.0
167167 id : service-changed
168168 with :
169169 result-encoding : string
@@ -198,7 +198,7 @@ jobs:
198198 fetch-depth : 0
199199
200200 - name : Check if relevant files have changed
201- uses : actions/github-script@v4 .0.0
201+ uses : actions/github-script@v5 .0.0
202202 id : service-changed
203203 with :
204204 result-encoding : string
You can’t perform that action at this time.
0 commit comments