File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Close Pull Request
2+
3+ on :
4+ pull_request_target :
5+ types : [opened]
6+ branches :
7+ - main
8+
9+ jobs :
10+ run :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : superbrothers/close-pull-request@9c18513d320d7b2c7185fb93396d0c664d5d8448
14+ with :
15+ comment : " This repository has been migrated to https://github.com/containers/container-libs. Please open your PR there."
Original file line number Diff line number Diff line change 11# containers/common
22
3+ > [ !WARNING]
4+ > This package was moved; please update your references to use ` go.podman.io/common ` instead.
5+ > New development of this project happens on https://github.com/containers/container-libs .
6+ > For more information, check https://blog.podman.io/2025/08/upcoming-migration-of-three-containers-repositories-to-monorepo/ .
7+
38Location for shared common files and common go code to manage those files in
49github.com/containers repos.
510
Original file line number Diff line number Diff line change 1+ // Deprecated: Use go.podman.io/common instead.
12module github.com/containers/common
23
34// Warning: Ensure the "go" and "toolchain" versions match exactly to prevent unwanted auto-updates
You can’t perform that action at this time.
0 commit comments