Skip to content

fix: Added initial support for tmt #681

fix: Added initial support for tmt

fix: Added initial support for tmt #681

Workflow file for this run

name: AutoAssignReviewer
on:
pull_request:
types: [opened, ready_for_review]
jobs:
auto-assign-reviewer:
runs-on: ubuntu-latest
steps:
- name: Run assignment of reviewer team
uses: nikosmoum/auto-assign-reviewer-team@v0.5
with:
githubToken: ${{ secrets.AUTOASSIGNREVIEWERSECRET }}
teamName: 'client-tools'