Commit d20cd3e
Revert "Add scheduled trigger to update-copilot-dependency.yml"
This reverts commit a88c3eb.
The scheduled trigger was added to close a hands-off-loop gap that
was framed in terms of a downstream consumer's needs. On reflection,
the SDK should not be the only language in this repo with scheduled
auto-detect; that's a cross-language platform decision, not a single-
SDK one. Reverting brings update-copilot-dependency.yml back to
manual-only (workflow_dispatch with a required version input) — the
same shape as every other language's CLI update workflow in this
repo.
When the SDK collectively decides to add scheduled CLI tracking,
that should land as a unified change across all languages, not as a
Rust-only special case driven by a downstream consumer's automation
desires. Manual dispatch remains the supported path until then.
Conflict resolution: the e93ce8e ("Scrub github-app references")
commit landed after a88c3eb and rewrote the cron block's comment.
The revert drops the entire schedule: block (including the rewritten
comment), restoring the workflow to its pre-a88c3eb manual-only
shape exactly.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent a870a3d commit d20cd3e
1 file changed
Lines changed: 11 additions & 53 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 4 | | |
14 | 5 | | |
15 | 6 | | |
16 | | - | |
17 | | - | |
| 7 | + | |
| 8 | + | |
18 | 9 | | |
19 | 10 | | |
20 | 11 | | |
21 | 12 | | |
22 | 13 | | |
23 | 14 | | |
24 | 15 | | |
25 | | - | |
26 | | - | |
| 16 | + | |
| 17 | + | |
27 | 18 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 19 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 20 | + | |
40 | 21 | | |
41 | | - | |
| 22 | + | |
42 | 23 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 24 | + | |
| 25 | + | |
52 | 26 | | |
53 | 27 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 28 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 29 | | |
72 | 30 | | |
73 | 31 | | |
| |||
100 | 58 | | |
101 | 59 | | |
102 | 60 | | |
103 | | - | |
| 61 | + | |
104 | 62 | | |
105 | 63 | | |
106 | 64 | | |
107 | 65 | | |
108 | 66 | | |
109 | | - | |
| 67 | + | |
110 | 68 | | |
111 | 69 | | |
112 | 70 | | |
| |||
131 | 89 | | |
132 | 90 | | |
133 | 91 | | |
134 | | - | |
| 92 | + | |
135 | 93 | | |
136 | 94 | | |
137 | 95 | | |
| |||
0 commit comments