add testing and support for current versions of Fedora and FreeBSD #1282
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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/labeler@main | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |