Skip to content

Commit 25cea1d

Browse files
committed
Backup update
1 parent 51dad8b commit 25cea1d

File tree

204 files changed

+71834
-2918
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+71834
-2918
lines changed

last_update

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-10-15T02:14:42Z
1+
2024-10-22T02:10:43Z
+264
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,264 @@
1+
{
2+
"active_lock_reason": null,
3+
"assignee": null,
4+
"assignees": [],
5+
"author_association": "CONTRIBUTOR",
6+
"body": "If you check the branch \"nightly\", you will see that the file README hasn't been updated for 2 weeks (the last time was Oct 3). While in the branch \"main\", it does run daily. \n\nThe strangest thing is that when I fork the branch \"nightly\" and manually trigger the action in that branch, it does work. So it just doesn't automatially run on schedule. I haven't found the reason yet, just let you know ",
7+
"closed_at": "2024-10-20T22:43:55Z",
8+
"closed_by": {
9+
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
10+
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
11+
"followers_url": "https://api.github.com/users/justinmk/followers",
12+
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
13+
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
14+
"gravatar_id": "",
15+
"html_url": "https://github.com/justinmk",
16+
"id": 1359421,
17+
"login": "justinmk",
18+
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
19+
"organizations_url": "https://api.github.com/users/justinmk/orgs",
20+
"received_events_url": "https://api.github.com/users/justinmk/received_events",
21+
"repos_url": "https://api.github.com/users/justinmk/repos",
22+
"site_admin": false,
23+
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
24+
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
25+
"type": "User",
26+
"url": "https://api.github.com/users/justinmk",
27+
"user_view_type": "public"
28+
},
29+
"comment_data": [
30+
{
31+
"author_association": "CONTRIBUTOR",
32+
"body": "OK, I have found the reason. [Github document](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule) says scheduled actions can **only** run on default branch, which is \"master\" branch in this repo",
33+
"created_at": "2024-10-20T07:15:54Z",
34+
"html_url": "https://github.com/neovim/neovim-snap/issues/38#issuecomment-2424692050",
35+
"id": 2424692050,
36+
"issue_url": "https://api.github.com/repos/neovim/neovim-snap/issues/38",
37+
"node_id": "IC_kwDOEXS3_s6Qhd1S",
38+
"performed_via_github_app": null,
39+
"reactions": {
40+
"+1": 0,
41+
"-1": 0,
42+
"confused": 0,
43+
"eyes": 0,
44+
"heart": 1,
45+
"hooray": 0,
46+
"laugh": 0,
47+
"rocket": 0,
48+
"total_count": 1,
49+
"url": "https://api.github.com/repos/neovim/neovim-snap/issues/comments/2424692050/reactions"
50+
},
51+
"updated_at": "2024-10-20T07:15:54Z",
52+
"url": "https://api.github.com/repos/neovim/neovim-snap/issues/comments/2424692050",
53+
"user": {
54+
"avatar_url": "https://avatars.githubusercontent.com/u/111893501?v=4",
55+
"events_url": "https://api.github.com/users/brianhuster/events{/privacy}",
56+
"followers_url": "https://api.github.com/users/brianhuster/followers",
57+
"following_url": "https://api.github.com/users/brianhuster/following{/other_user}",
58+
"gists_url": "https://api.github.com/users/brianhuster/gists{/gist_id}",
59+
"gravatar_id": "",
60+
"html_url": "https://github.com/brianhuster",
61+
"id": 111893501,
62+
"login": "brianhuster",
63+
"node_id": "U_kgDOBqtb_Q",
64+
"organizations_url": "https://api.github.com/users/brianhuster/orgs",
65+
"received_events_url": "https://api.github.com/users/brianhuster/received_events",
66+
"repos_url": "https://api.github.com/users/brianhuster/repos",
67+
"site_admin": false,
68+
"starred_url": "https://api.github.com/users/brianhuster/starred{/owner}{/repo}",
69+
"subscriptions_url": "https://api.github.com/users/brianhuster/subscriptions",
70+
"type": "User",
71+
"url": "https://api.github.com/users/brianhuster",
72+
"user_view_type": "public"
73+
}
74+
},
75+
{
76+
"author_association": "MEMBER",
77+
"body": "Can we have the `master` CI job do a `git push` to the `nightly` branch?",
78+
"created_at": "2024-10-20T13:29:11Z",
79+
"html_url": "https://github.com/neovim/neovim-snap/issues/38#issuecomment-2424961800",
80+
"id": 2424961800,
81+
"issue_url": "https://api.github.com/repos/neovim/neovim-snap/issues/38",
82+
"node_id": "IC_kwDOEXS3_s6QifsI",
83+
"performed_via_github_app": null,
84+
"reactions": {
85+
"+1": 0,
86+
"-1": 0,
87+
"confused": 0,
88+
"eyes": 0,
89+
"heart": 0,
90+
"hooray": 0,
91+
"laugh": 0,
92+
"rocket": 0,
93+
"total_count": 0,
94+
"url": "https://api.github.com/repos/neovim/neovim-snap/issues/comments/2424961800/reactions"
95+
},
96+
"updated_at": "2024-10-20T13:29:11Z",
97+
"url": "https://api.github.com/repos/neovim/neovim-snap/issues/comments/2424961800",
98+
"user": {
99+
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
100+
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
101+
"followers_url": "https://api.github.com/users/justinmk/followers",
102+
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
103+
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
104+
"gravatar_id": "",
105+
"html_url": "https://github.com/justinmk",
106+
"id": 1359421,
107+
"login": "justinmk",
108+
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
109+
"organizations_url": "https://api.github.com/users/justinmk/orgs",
110+
"received_events_url": "https://api.github.com/users/justinmk/received_events",
111+
"repos_url": "https://api.github.com/users/justinmk/repos",
112+
"site_admin": false,
113+
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
114+
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
115+
"type": "User",
116+
"url": "https://api.github.com/users/justinmk",
117+
"user_view_type": "public"
118+
}
119+
},
120+
{
121+
"author_association": "CONTRIBUTOR",
122+
"body": "I have made 2 pull request. \n\nOne adds a new action `update-readme-nightly` to branch `master`.\n\nThe other just manually trigger sync repo on branch `nightly` right away. It is not so important though, so you may not accept it, but I just want to get update right now",
123+
"created_at": "2024-10-20T14:57:29Z",
124+
"html_url": "https://github.com/neovim/neovim-snap/issues/38#issuecomment-2425029449",
125+
"id": 2425029449,
126+
"issue_url": "https://api.github.com/repos/neovim/neovim-snap/issues/38",
127+
"node_id": "IC_kwDOEXS3_s6QiwNJ",
128+
"performed_via_github_app": null,
129+
"reactions": {
130+
"+1": 0,
131+
"-1": 0,
132+
"confused": 0,
133+
"eyes": 0,
134+
"heart": 0,
135+
"hooray": 0,
136+
"laugh": 0,
137+
"rocket": 0,
138+
"total_count": 0,
139+
"url": "https://api.github.com/repos/neovim/neovim-snap/issues/comments/2425029449/reactions"
140+
},
141+
"updated_at": "2024-10-20T15:32:44Z",
142+
"url": "https://api.github.com/repos/neovim/neovim-snap/issues/comments/2425029449",
143+
"user": {
144+
"avatar_url": "https://avatars.githubusercontent.com/u/111893501?v=4",
145+
"events_url": "https://api.github.com/users/brianhuster/events{/privacy}",
146+
"followers_url": "https://api.github.com/users/brianhuster/followers",
147+
"following_url": "https://api.github.com/users/brianhuster/following{/other_user}",
148+
"gists_url": "https://api.github.com/users/brianhuster/gists{/gist_id}",
149+
"gravatar_id": "",
150+
"html_url": "https://github.com/brianhuster",
151+
"id": 111893501,
152+
"login": "brianhuster",
153+
"node_id": "U_kgDOBqtb_Q",
154+
"organizations_url": "https://api.github.com/users/brianhuster/orgs",
155+
"received_events_url": "https://api.github.com/users/brianhuster/received_events",
156+
"repos_url": "https://api.github.com/users/brianhuster/repos",
157+
"site_admin": false,
158+
"starred_url": "https://api.github.com/users/brianhuster/starred{/owner}{/repo}",
159+
"subscriptions_url": "https://api.github.com/users/brianhuster/subscriptions",
160+
"type": "User",
161+
"url": "https://api.github.com/users/brianhuster",
162+
"user_view_type": "public"
163+
}
164+
},
165+
{
166+
"author_association": "MEMBER",
167+
"body": "Closed by https://github.com/neovim/neovim-snap/pull/40\n\nThanks!",
168+
"created_at": "2024-10-20T22:43:55Z",
169+
"html_url": "https://github.com/neovim/neovim-snap/issues/38#issuecomment-2425267712",
170+
"id": 2425267712,
171+
"issue_url": "https://api.github.com/repos/neovim/neovim-snap/issues/38",
172+
"node_id": "IC_kwDOEXS3_s6QjqYA",
173+
"performed_via_github_app": null,
174+
"reactions": {
175+
"+1": 0,
176+
"-1": 0,
177+
"confused": 0,
178+
"eyes": 0,
179+
"heart": 0,
180+
"hooray": 0,
181+
"laugh": 0,
182+
"rocket": 0,
183+
"total_count": 0,
184+
"url": "https://api.github.com/repos/neovim/neovim-snap/issues/comments/2425267712/reactions"
185+
},
186+
"updated_at": "2024-10-20T22:43:55Z",
187+
"url": "https://api.github.com/repos/neovim/neovim-snap/issues/comments/2425267712",
188+
"user": {
189+
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
190+
"events_url": "https://api.github.com/users/justinmk/events{/privacy}",
191+
"followers_url": "https://api.github.com/users/justinmk/followers",
192+
"following_url": "https://api.github.com/users/justinmk/following{/other_user}",
193+
"gists_url": "https://api.github.com/users/justinmk/gists{/gist_id}",
194+
"gravatar_id": "",
195+
"html_url": "https://github.com/justinmk",
196+
"id": 1359421,
197+
"login": "justinmk",
198+
"node_id": "MDQ6VXNlcjEzNTk0MjE=",
199+
"organizations_url": "https://api.github.com/users/justinmk/orgs",
200+
"received_events_url": "https://api.github.com/users/justinmk/received_events",
201+
"repos_url": "https://api.github.com/users/justinmk/repos",
202+
"site_admin": false,
203+
"starred_url": "https://api.github.com/users/justinmk/starred{/owner}{/repo}",
204+
"subscriptions_url": "https://api.github.com/users/justinmk/subscriptions",
205+
"type": "User",
206+
"url": "https://api.github.com/users/justinmk",
207+
"user_view_type": "public"
208+
}
209+
}
210+
],
211+
"comments": 4,
212+
"comments_url": "https://api.github.com/repos/neovim/neovim-snap/issues/38/comments",
213+
"created_at": "2024-10-20T04:09:08Z",
214+
"events_url": "https://api.github.com/repos/neovim/neovim-snap/issues/38/events",
215+
"html_url": "https://github.com/neovim/neovim-snap/issues/38",
216+
"id": 2599947727,
217+
"labels": [],
218+
"labels_url": "https://api.github.com/repos/neovim/neovim-snap/issues/38/labels{/name}",
219+
"locked": false,
220+
"milestone": null,
221+
"node_id": "I_kwDOEXS3_s6a-A3P",
222+
"number": 38,
223+
"performed_via_github_app": null,
224+
"reactions": {
225+
"+1": 0,
226+
"-1": 0,
227+
"confused": 0,
228+
"eyes": 0,
229+
"heart": 0,
230+
"hooray": 0,
231+
"laugh": 0,
232+
"rocket": 0,
233+
"total_count": 0,
234+
"url": "https://api.github.com/repos/neovim/neovim-snap/issues/38/reactions"
235+
},
236+
"repository_url": "https://api.github.com/repos/neovim/neovim-snap",
237+
"state": "closed",
238+
"state_reason": "completed",
239+
"timeline_url": "https://api.github.com/repos/neovim/neovim-snap/issues/38/timeline",
240+
"title": "Github Action \"update-readme\" doesn't automatically run daily on branch \"nightly\"",
241+
"updated_at": "2024-10-20T22:43:56Z",
242+
"url": "https://api.github.com/repos/neovim/neovim-snap/issues/38",
243+
"user": {
244+
"avatar_url": "https://avatars.githubusercontent.com/u/111893501?v=4",
245+
"events_url": "https://api.github.com/users/brianhuster/events{/privacy}",
246+
"followers_url": "https://api.github.com/users/brianhuster/followers",
247+
"following_url": "https://api.github.com/users/brianhuster/following{/other_user}",
248+
"gists_url": "https://api.github.com/users/brianhuster/gists{/gist_id}",
249+
"gravatar_id": "",
250+
"html_url": "https://github.com/brianhuster",
251+
"id": 111893501,
252+
"login": "brianhuster",
253+
"node_id": "U_kgDOBqtb_Q",
254+
"organizations_url": "https://api.github.com/users/brianhuster/orgs",
255+
"received_events_url": "https://api.github.com/users/brianhuster/received_events",
256+
"repos_url": "https://api.github.com/users/brianhuster/repos",
257+
"site_admin": false,
258+
"starred_url": "https://api.github.com/users/brianhuster/starred{/owner}{/repo}",
259+
"subscriptions_url": "https://api.github.com/users/brianhuster/subscriptions",
260+
"type": "User",
261+
"url": "https://api.github.com/users/brianhuster",
262+
"user_view_type": "public"
263+
}
264+
}

0 commit comments

Comments
 (0)