feat(ui): [KDL6-292] hide knowledge galaxy #157
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "[GitHub] Auto-assign" | |
on: | |
pull_request_target: | |
types: [opened, ready_for_review] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- name: 'devs auto-assign' | |
uses: kentaro-m/[email protected] | |
with: | |
repo-token: ${{ secrets.PAT }} | |
configuration-path: '.github/devs_auto_assign.yml' | |
- name: 'devops auto-assign' | |
uses: kentaro-m/[email protected] | |
with: | |
repo-token: ${{ secrets.PAT }} | |
configuration-path: '.github/devops_auto_assign.yml' |