Merge pull request #13783 from prometheus/superq/sync_fixup

Add container_description.yml to force sync list
This commit is contained in:
Julien 2024-03-18 11:58:15 +01:00 committed by GitHub
commit d0ecf9b8fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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}")
;; ;;