Skip to content

add rhel 8.10 and 9.4 #54

add rhel 8.10 and 9.4

add rhel 8.10 and 9.4 #54

Workflow file for this run

name: Require Integration Test
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label:
runs-on:
- ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: "integration_test, skip_integration"