Exam mode
: Fix redirect to the exams in course-management for tutors and editors
#105443
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: Pull Request Converted to draft | |
on: | |
pull_request_target: | |
types: [assigned, unassigned, labeled, unlabeled, opened, edited, closed, reopened, synchronize, locked, unlocked] | |
jobs: | |
moveToInProgress: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Move to "In progress" column | |
if: github.event.pull_request.draft == true | |
uses: alex-page/[email protected] | |
with: | |
project: Artemis Development | |
column: In progress | |
repo-token: ${{ secrets.GH_TOKEN_ADD_TO_PROJECT }} |