Skip to content

Q&V: add the top level orchestration strategy as a uic literal #88

Q&V: add the top level orchestration strategy as a uic literal

Q&V: add the top level orchestration strategy as a uic literal #88

Workflow file for this run

name: Add Assigness
on:
issues:
types: [opened]
jobs:
add-assigness:
runs-on: ubuntu-latest
steps:
- name: Add assigness
uses: actions-cool/issues-helper@v3
with:
actions: 'add-assignees'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
assignees: urapadmin,${{ github.actor }}