From dbcee3cedde612d33f3eccbfe2cb83caff578a2f Mon Sep 17 00:00:00 2001 From: nishipy Date: Sun, 27 Aug 2023 22:21:26 +0900 Subject: [PATCH] Rename master branch to main Signed-off-by: nishipy --- .github/workflows/collection-publish-dry-run.yml | 2 +- .github/workflows/connections_tests.yml | 2 +- .github/workflows/podman_container.yml | 2 +- .github/workflows/podman_container_exec.yml | 2 +- .github/workflows/podman_container_idem.yml | 2 +- .github/workflows/podman_container_info.yml | 2 +- .github/workflows/podman_containers.yml | 2 +- .github/workflows/podman_export.yml | 2 +- .github/workflows/podman_generate_systemd.yml | 2 +- .github/workflows/podman_image_info.yml | 2 +- .github/workflows/podman_import.yml | 2 +- .github/workflows/podman_load.yml | 2 +- .github/workflows/podman_login.yml | 2 +- .github/workflows/podman_login_info.yml | 2 +- .github/workflows/podman_logout.yml | 2 +- .github/workflows/podman_network.yml | 2 +- .github/workflows/podman_network_info.yml | 2 +- .github/workflows/podman_play.yml | 2 +- .github/workflows/podman_pod.yml | 2 +- .github/workflows/podman_pod_info.yml | 2 +- .github/workflows/podman_prune.yml | 2 +- .github/workflows/podman_runlabel.yml | 2 +- .github/workflows/podman_save.yml | 2 +- .github/workflows/podman_secret.yml | 2 +- .github/workflows/podman_tag.yml | 2 +- .github/workflows/podman_volume.yml | 2 +- .github/workflows/podman_volume_info.yml | 2 +- CODE-OF-CONDUCT.md | 2 +- README.md | 2 +- SECURITY.md | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/collection-publish-dry-run.yml b/.github/workflows/collection-publish-dry-run.yml index 50be4669..f392d734 100644 --- a/.github/workflows/collection-publish-dry-run.yml +++ b/.github/workflows/collection-publish-dry-run.yml @@ -8,7 +8,7 @@ on: - 'contrib/publish-requirements.txt' - 'contrib/publish.sh' branches: - - master + - main pull_request: paths: - '.github/workflows/collection-publish.yml' diff --git a/.github/workflows/connections_tests.yml b/.github/workflows/connections_tests.yml index 872fbb02..19f80812 100644 --- a/.github/workflows/connections_tests.yml +++ b/.github/workflows/connections_tests.yml @@ -11,7 +11,7 @@ on: - 'tests/integration/targets/connection/**' - 'tests/integration/targets/connection_*/**' branches: - - master + - main pull_request: paths: - '.github/workflows/connections_tests.yml' diff --git a/.github/workflows/podman_container.yml b/.github/workflows/podman_container.yml index 49b17ec8..e4576c2e 100644 --- a/.github/workflows/podman_container.yml +++ b/.github/workflows/podman_container.yml @@ -13,7 +13,7 @@ on: - 'plugins/modules/podman_container_info.py' - 'tests/integration/targets/podman_container/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_container.yml' diff --git a/.github/workflows/podman_container_exec.yml b/.github/workflows/podman_container_exec.yml index 4b2115a2..889d6989 100644 --- a/.github/workflows/podman_container_exec.yml +++ b/.github/workflows/podman_container_exec.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_container_exec.py' - 'tests/integration/targets/podman_container_exec/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_container_exec.yml' diff --git a/.github/workflows/podman_container_idem.yml b/.github/workflows/podman_container_idem.yml index 74066865..8b7d290e 100644 --- a/.github/workflows/podman_container_idem.yml +++ b/.github/workflows/podman_container_idem.yml @@ -12,7 +12,7 @@ on: - 'plugins/module_utils/podman/common.py' - 'tests/integration/targets/podman_container_idempotency/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_container_idem.yml' diff --git a/.github/workflows/podman_container_info.yml b/.github/workflows/podman_container_info.yml index 1f841414..c0460cf6 100644 --- a/.github/workflows/podman_container_info.yml +++ b/.github/workflows/podman_container_info.yml @@ -13,7 +13,7 @@ on: - 'plugins/modules/podman_container_info.py' - 'tests/integration/targets/podman_container_info/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_container_info.yml' diff --git a/.github/workflows/podman_containers.yml b/.github/workflows/podman_containers.yml index e5aa8bb2..16fd3514 100644 --- a/.github/workflows/podman_containers.yml +++ b/.github/workflows/podman_containers.yml @@ -13,7 +13,7 @@ on: - 'plugins/modules/podman_containers.py' - 'tests/integration/targets/podman_containers/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_containers.yml' diff --git a/.github/workflows/podman_export.yml b/.github/workflows/podman_export.yml index 4d826f50..0f4863eb 100644 --- a/.github/workflows/podman_export.yml +++ b/.github/workflows/podman_export.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_export.py' - 'tests/integration/targets/podman_export/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_export.yml' diff --git a/.github/workflows/podman_generate_systemd.yml b/.github/workflows/podman_generate_systemd.yml index 8e6b5bd9..840a12ea 100644 --- a/.github/workflows/podman_generate_systemd.yml +++ b/.github/workflows/podman_generate_systemd.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_generate_systemd.py' - 'tests/integration/targets/podman_generate_systemd/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_generate_systemd.yml' diff --git a/.github/workflows/podman_image_info.yml b/.github/workflows/podman_image_info.yml index d15ccbf8..18cca426 100644 --- a/.github/workflows/podman_image_info.yml +++ b/.github/workflows/podman_image_info.yml @@ -11,7 +11,7 @@ on: - 'plugins/modules/podman_image_info.py' - 'tests/integration/targets/podman_image_info/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_image_info.yml' diff --git a/.github/workflows/podman_import.yml b/.github/workflows/podman_import.yml index daa8d800..5c730b9e 100644 --- a/.github/workflows/podman_import.yml +++ b/.github/workflows/podman_import.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_import.py' - 'tests/integration/targets/podman_import/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_import.yml' diff --git a/.github/workflows/podman_load.yml b/.github/workflows/podman_load.yml index f71e55aa..c61bbb5e 100644 --- a/.github/workflows/podman_load.yml +++ b/.github/workflows/podman_load.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_load.py' - 'tests/integration/targets/podman_load/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_load.yml' diff --git a/.github/workflows/podman_login.yml b/.github/workflows/podman_login.yml index 5452edd0..1a8e923d 100644 --- a/.github/workflows/podman_login.yml +++ b/.github/workflows/podman_login.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_login.py' - 'tests/integration/targets/podman_login/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_login.yml' diff --git a/.github/workflows/podman_login_info.yml b/.github/workflows/podman_login_info.yml index 09ec8bfd..30fbcdac 100644 --- a/.github/workflows/podman_login_info.yml +++ b/.github/workflows/podman_login_info.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_login_info.py' - 'tests/integration/targets/podman_login_info/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_login_info.yml' diff --git a/.github/workflows/podman_logout.yml b/.github/workflows/podman_logout.yml index 9867e170..6c20348c 100644 --- a/.github/workflows/podman_logout.yml +++ b/.github/workflows/podman_logout.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_logout.py' - 'tests/integration/targets/podman_logout/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_logout.yml' diff --git a/.github/workflows/podman_network.yml b/.github/workflows/podman_network.yml index a324c0e0..e4dab36a 100644 --- a/.github/workflows/podman_network.yml +++ b/.github/workflows/podman_network.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_network.py' - 'tests/integration/targets/podman_network/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_network.yml' diff --git a/.github/workflows/podman_network_info.yml b/.github/workflows/podman_network_info.yml index f9bbd3bb..2c8d211a 100644 --- a/.github/workflows/podman_network_info.yml +++ b/.github/workflows/podman_network_info.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_network_info.py' - 'tests/integration/targets/podman_network_info/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_network_info.yml' diff --git a/.github/workflows/podman_play.yml b/.github/workflows/podman_play.yml index 8f09b770..1dfc0bbf 100644 --- a/.github/workflows/podman_play.yml +++ b/.github/workflows/podman_play.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_play.py' - 'tests/integration/targets/podman_play/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_play.yml' diff --git a/.github/workflows/podman_pod.yml b/.github/workflows/podman_pod.yml index 7820127d..3c906db3 100644 --- a/.github/workflows/podman_pod.yml +++ b/.github/workflows/podman_pod.yml @@ -12,7 +12,7 @@ on: - 'plugins/modules/podman_pod_info.py' - 'tests/integration/targets/podman_pod/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_pod.yml' diff --git a/.github/workflows/podman_pod_info.yml b/.github/workflows/podman_pod_info.yml index 762f40f0..7d701d8b 100644 --- a/.github/workflows/podman_pod_info.yml +++ b/.github/workflows/podman_pod_info.yml @@ -12,7 +12,7 @@ on: - 'plugins/modules/podman_pod_info.py' - 'tests/integration/targets/podman_pod_info/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_pod_info.yml' diff --git a/.github/workflows/podman_prune.yml b/.github/workflows/podman_prune.yml index 1bbe2b61..4c2b956a 100644 --- a/.github/workflows/podman_prune.yml +++ b/.github/workflows/podman_prune.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_prune.py' - 'tests/integration/targets/podman_prune/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_prune.yml' diff --git a/.github/workflows/podman_runlabel.yml b/.github/workflows/podman_runlabel.yml index 99a80d66..dc02b949 100644 --- a/.github/workflows/podman_runlabel.yml +++ b/.github/workflows/podman_runlabel.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_runlabel.py' - 'tests/integration/targets/podman_runlabel/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_runlabel.yml' diff --git a/.github/workflows/podman_save.yml b/.github/workflows/podman_save.yml index f494446d..68c4cbb6 100644 --- a/.github/workflows/podman_save.yml +++ b/.github/workflows/podman_save.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_save.py' - 'tests/integration/targets/podman_save/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_save.yml' diff --git a/.github/workflows/podman_secret.yml b/.github/workflows/podman_secret.yml index b18eb517..f1a79ac9 100644 --- a/.github/workflows/podman_secret.yml +++ b/.github/workflows/podman_secret.yml @@ -11,7 +11,7 @@ on: - 'plugins/modules/podman_container.py' - 'plugins/module_utils/podman/podman_container_lib.py' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_secret.yml' diff --git a/.github/workflows/podman_tag.yml b/.github/workflows/podman_tag.yml index 2c826f15..3e61d112 100644 --- a/.github/workflows/podman_tag.yml +++ b/.github/workflows/podman_tag.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_tag.py' - 'tests/integration/targets/podman_tag/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_tag.yml' diff --git a/.github/workflows/podman_volume.yml b/.github/workflows/podman_volume.yml index e697a490..3e285fa8 100644 --- a/.github/workflows/podman_volume.yml +++ b/.github/workflows/podman_volume.yml @@ -10,7 +10,7 @@ on: - 'plugins/modules/podman_volume.py' - 'tests/integration/targets/podman_volume/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_volume.yml' diff --git a/.github/workflows/podman_volume_info.yml b/.github/workflows/podman_volume_info.yml index 173e54ad..9a117986 100644 --- a/.github/workflows/podman_volume_info.yml +++ b/.github/workflows/podman_volume_info.yml @@ -11,7 +11,7 @@ on: - 'plugins/modules/podman_volume.py' - 'tests/integration/targets/podman_volume_info/**' branches: - - master + - main pull_request: paths: - '.github/workflows/podman_volume_info.yml' diff --git a/CODE-OF-CONDUCT.md b/CODE-OF-CONDUCT.md index 3833bfad..a62169eb 100644 --- a/CODE-OF-CONDUCT.md +++ b/CODE-OF-CONDUCT.md @@ -1,3 +1,3 @@ ## The Podman Ansible Collections Project Community Code of Conduct -The Podman Ansible Collections project follows the [Containers Community Code of Conduct](https://github.com/containers/common/blob/master/CODE-OF-CONDUCT.md). +The Podman Ansible Collections project follows the [Containers Community Code of Conduct](https://github.com/containers/common/blob/main/CODE-OF-CONDUCT.md). diff --git a/README.md b/README.md index ffc004b7..e5f4c050 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![GitHub Actions CI/CD build status — Collection test suite](https://github.com/containers/ansible-podman-collections/workflows/Collection%20build%20and%20tests/badge.svg?branch=master)](https://github.com/containers/ansible-podman-collections/actions?query=workflow%3A%22Collection%20build%20and%20tests) +[![GitHub Actions CI/CD build status — Collection test suite](https://github.com/containers/ansible-podman-collections/workflows/Collection%20build%20and%20tests/badge.svg?branch=main)](https://github.com/containers/ansible-podman-collections/actions?query=workflow%3A%22Collection%20build%20and%20tests) # Ansible Collection: containers.podman diff --git a/SECURITY.md b/SECURITY.md index aa1f6c18..4ba771c1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,4 +1,4 @@ ## Security and Disclosure Information Policy for the Podman Ansible Collections Project -The Podman Ansible Collections Project follows the [Security and Disclosure Information Policy](https://github.com/containers/common/blob/master/SECURITY.md) for the Containers Projects. +The Podman Ansible Collections Project follows the [Security and Disclosure Information Policy](https://github.com/containers/common/blob/main/SECURITY.md) for the Containers Projects.