Skip to content

[WIP] Add basic ansible-navigator support and basic config #9100

[WIP] Add basic ansible-navigator support and basic config

[WIP] Add basic ansible-navigator support and basic config #9100

Workflow file for this run

---
name: "Pull Request Labeler"
on:
pull_request:
branches:
- development
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true