Skip to content

New ROLE Ansible Automation Platform 2.5 #9155

New ROLE Ansible Automation Platform 2.5

New ROLE Ansible Automation Platform 2.5 #9155

Workflow file for this run

---
name: "Pull Request Labeler"
on:
pull_request:
branches:
- development
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true