Skip to content

Add docs for ansible-creator #50

Add docs for ansible-creator

Add docs for ansible-creator #50

Workflow file for this run

# See https://github.com/ansible-community/devtools/blob/main/.github/workflows/ack.yml
name: ack
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]
jobs:
ack:
permissions:
checks: write
contents: write # needed to update release
pull-requests: write
uses: ansible/devtools/.github/workflows/ack.yml@main