Merge pull request #13783 from prometheus/superq/sync_fixup
Add container_description.yml to force sync list
This commit is contained in:
commit
d0ecf9b8fc
|
@ -144,7 +144,7 @@ process_repo() {
|
||||||
if [[ -z "${target_file}" ]]; then
|
if [[ -z "${target_file}" ]]; then
|
||||||
echo "${target_filename} doesn't exist in ${org_repo}"
|
echo "${target_filename} doesn't exist in ${org_repo}"
|
||||||
case "${source_file}" in
|
case "${source_file}" in
|
||||||
CODE_OF_CONDUCT.md | SECURITY.md)
|
CODE_OF_CONDUCT.md | SECURITY.md | .github/workflows/container_description.yml)
|
||||||
echo "${source_file} missing in ${org_repo}, force updating."
|
echo "${source_file} missing in ${org_repo}, force updating."
|
||||||
needs_update+=("${source_file}")
|
needs_update+=("${source_file}")
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue