Skip to content

feat: add fedora 40 to test matrix #1442

feat: add fedora 40 to test matrix

feat: add fedora 40 to test matrix #1442

Workflow file for this run

---
name: "Enforce PR labels"
on: # yamllint disable-line rule:truthy
pull_request_target:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
if: github.repository == 'dev-sec/ansible-collection-hardening'
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"