Commit 6b16142
authored
Dependency Updater: Github Action Workflow for Scheduled Updater Runs (#497)
* add github action to automatically run dependency updater
* push
* fix syntax
* comment out time
* test if push triggers action
* change from on: push: to on: pull req:
* change env action
* change path
* change path
* change path to env
* change path
* un-ignore commit message
* test env file location change
* fix dependency updater build command
* fix dependency runner
* test if versions.json displays
* change dependency updater path
* check directory
* check path
* uncomment everything
* test push to fork
* test base/branch
* remove pull request trigger
* add workflow dispatch
* test pr creation
* revert dependencies yml back
* set delete-branch to true
* test if pr is created
* fix on: pull_request
* rename commit message env
* fix env file name
* comment author and committer
* try adding token
* set permissions
* add read permissions
* add more permissions
* typo in pull request name
* fix typo in ym
* change checkout to main
* fix syntax
* change ref to pr branch
* remove ref
* change base to main
* change base branch
* remove base
* remove base and set ref to main create test PR
* add support for manually running updater, and change yml updater command
* fix workflow typo
* remove author + committer and schedule to run every hour
* uncomment schedule
* add versions next to commit hash
* remove env echo1 parent 56890f3 commit 6b16142
2 files changed
Lines changed: 85 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
60 | 65 | | |
61 | 66 | | |
62 | | - | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
| |||
72 | 77 | | |
73 | 78 | | |
74 | 79 | | |
75 | | - | |
| 80 | + | |
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
| |||
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
114 | | - | |
115 | | - | |
| 119 | + | |
| 120 | + | |
116 | 121 | | |
117 | 122 | | |
118 | 123 | | |
| |||
126 | 131 | | |
127 | 132 | | |
128 | 133 | | |
129 | | - | |
| 134 | + | |
130 | 135 | | |
131 | 136 | | |
132 | 137 | | |
| |||
136 | 141 | | |
137 | 142 | | |
138 | 143 | | |
| 144 | + | |
139 | 145 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
145 | 158 | | |
146 | 159 | | |
147 | 160 | | |
| |||
220 | 233 | | |
221 | 234 | | |
222 | 235 | | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
228 | 241 | | |
229 | 242 | | |
230 | 243 | | |
| |||
264 | 277 | | |
265 | 278 | | |
266 | 279 | | |
267 | | - | |
| 280 | + | |
268 | 281 | | |
269 | 282 | | |
270 | 283 | | |
| |||
318 | 331 | | |
319 | 332 | | |
320 | 333 | | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
321 | 349 | | |
322 | 350 | | |
323 | | - | |
| 351 | + | |
0 commit comments