Skip to content

Development: Fix a flaky e2e test where the instructor edits a channel #6378

Development: Fix a flaky e2e test where the instructor edits a channel

Development: Fix a flaky e2e test where the instructor edits a channel #6378

name: Pull Request Opened
on:
pull_request_target:
types: [opened]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- name: Assign Pull Request to its Author
uses: technote-space/assign-author@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}