Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/auto-close-prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Close Pull Request

on:
pull_request_target:
types: [opened]
branches:
- main

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@9c18513d320d7b2c7185fb93396d0c664d5d8448
with:
comment: "This repository has been migrated to https://github.com/containers/container-libs. Please open your PR there."
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# containers/common

> [!WARNING]
> This package was moved; please update your references to use `go.podman.io/common` instead.
> New development of this project happens on https://github.com/containers/container-libs.
> For more information, check https://blog.podman.io/2025/08/upcoming-migration-of-three-containers-repositories-to-monorepo/.

Location for shared common files and common go code to manage those files in
github.com/containers repos.

Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: Use go.podman.io/common instead.
module github.com/containers/common

// Warning: Ensure the "go" and "toolchain" versions match exactly to prevent unwanted auto-updates
Expand Down