Skip to content

Commit a514c8c

Browse files
committed
feat(contributions): add compose #14084 and refresh star count
1 parent 71395f9 commit a514c8c

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

src/data/contributions.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const contributions: Contribution[] = [
147147
{
148148
repo: "docker/compose",
149149
emoji: "🐳",
150-
stars: 38047,
150+
stars: 38036,
151151
pr: 13992,
152152
desc: {
153153
en: "A single directory the user cannot read made compose watch fail to start, so nothing was watched at all: the ignore list is applied to events, never to the walk that registers the watches.",
@@ -199,4 +199,15 @@ export const contributions: Contribution[] = [
199199
},
200200
state: "merged",
201201
},
202+
{
203+
repo: "docker/compose",
204+
emoji: "🐳",
205+
stars: 38036,
206+
pr: 14084,
207+
desc: {
208+
en: "Syncing a directory onto a path the image exposes as a symlink aborted the whole watch batch: the archive carried a header for that directory, and the engine refuses to replace a symlink with one.",
209+
es: "Sincronizar un directorio sobre una ruta que la imagen expone como symlink abortaba todo el lote de watch: el archivo llevaba una cabecera para ese directorio, y el motor se niega a reemplazar un symlink por uno.",
210+
},
211+
state: "open",
212+
},
202213
];

0 commit comments

Comments
 (0)