Skip to content

[AAP-52229] Add AuditableModel inheritance to RBAC assignment models #862

[AAP-52229] Add AuditableModel inheritance to RBAC assignment models

[AAP-52229] Add AuditableModel inheritance to RBAC assignment models #862

Workflow file for this run

---
name: DVCS (Find Jira Key)
on:
pull_request_target:
jobs:
dvcs_pr_checker:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
name: Check the PR for DVCS integration
steps:
- uses: ansible/dvcs-action@devel
with:
github_token: ${{ secrets.GITHUB_TOKEN }}