Skip to content

feat(ci): add ansible 7, 8 to test matrix #247

feat(ci): add ansible 7, 8 to test matrix

feat(ci): add ansible 7, 8 to test matrix #247

Workflow file for this run

---
name: label size of PRs
"on":
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
size-label:
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/size-label-action@37a5ad4ae20ea8032abf169d953bcd661fd82cd3" # v0.5.0
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"