Skip to content

create changelog for 2.1.0 #1696

create changelog for 2.1.0

create changelog for 2.1.0 #1696

Workflow file for this run

---
# This workflow action will run pre-commit, which will execute ansible and yaml linting
# See .pre-commit-config.yaml for what hooks are executed
name: pre-commit tests
on:
pull_request:
push:
schedule:
- cron: "0 6 * * *"
jobs:
pre-commit_and_sanity:
uses: "redhat-cop/ansible_collections_tooling/.github/workflows/pre_commit_and_sanity.yml@main"
with:
collection_namespace: infra
collection_name: ah_configuration
collection_version: 1.1.1-devel
collection_repo: https://github.com/ansible/galaxy_collection
collection_dependencies: ansible.hub
...