Update issue_assign.yml

This commit is contained in:
Alex Andres 2024-05-28 13:56:06 +02:00 committed by GitHub
parent 96c8803781
commit 19e471dbb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ jobs:
if: |
contains(github.event.issue.title, 'presenter')
with:
project: 'https://github.com/lectureStudio/lectureStudio/projects/4'
project: 'https://github.com/lectureStudio/lectureStudio/projects/3'
column_name: 'To Do'
- name: Assign lectureEditor issues
@ -25,7 +25,7 @@ jobs:
if: |
contains(github.event.issue.title, 'editor')
with:
project: 'https://github.com/lectureStudio/lectureStudio/projects/5'
project: 'https://github.com/lectureStudio/lectureStudio/projects/4'
column_name: 'To Do'
- name: Assign lecturePlayer issues
@ -33,5 +33,13 @@ jobs:
if: |
contains(github.event.issue.title, 'player')
with:
project: 'https://github.com/lectureStudio/lectureStudio/projects/7'
project: 'https://github.com/lectureStudio/lectureStudio/projects/5'
column_name: 'To Do'
- name: Assign lectureStreaming issues
uses: srggrs/assign-one-project-github-action@1.2.1
if: |
contains(github.event.issue.title, 'server')
with:
project: 'https://github.com/lectureStudio/lectureStudio/projects/6'
column_name: 'To Do'