diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 6e7ede5..38110bc 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -1,3 +1,4 @@ +--- # README FIRST # 1. Subscribe to https://github.com/ansible-collections/news-for-maintainers # (click the Watch button on the homepage > Custom > Issues) diff --git a/.github/workflows/extra-docs-linting.yml b/.github/workflows/extra-docs-linting.yml index 5d93853..070d19f 100644 --- a/.github/workflows/extra-docs-linting.yml +++ b/.github/workflows/extra-docs-linting.yml @@ -1,3 +1,4 @@ +--- name: Lint extra docsite docs and links on: # Run CI against all pushes (direct commits, also merged PRs), Pull Requests diff --git a/changelogs/config.yaml b/changelogs/config.yaml index 08c3ba7..78a2850 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -1,3 +1,5 @@ +--- +add_plugin_period: true changelog_filename_template: ../CHANGELOG.rst changelog_filename_version_depth: 0 changes_file: changelog.yaml @@ -27,3 +29,4 @@ sections: - Known Issues title: CHANGE THIS IN changelogs/config.yaml! trivial_section_name: trivial +use_fqcn: true diff --git a/codecov.yml b/codecov.yml index ce7eca1..5cae24f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,4 @@ +--- # CHANGE THIS fixes: - "/ansible_collections/NAMESPACE/COLLECTION/::" diff --git a/galaxy.yml b/galaxy.yml index 782a43b..800ed0c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,3 +1,4 @@ +--- # See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html namespace: community