Skip to content

Comment PRs with updated schedule information #1

Comment PRs with updated schedule information

Comment PRs with updated schedule information #1

Workflow file for this run

name: "Course Schedule Updates"
on:
# TODO: _target
- pull_request
jobs:
course-schedule-comment:

Check failure on line 7 in .github/workflows/pr-comments.yml

View workflow run for this annotation

GitHub Actions / Course Schedule Updates

Invalid workflow file

The workflow is not valid. .github/workflows/pr-comments.yml (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
needs: course-schedule
name: Post Course Schedule to PR
permissions:
pull-requests: write
steps:
- name: Download Schedule Artifact
uses: actions/download-artifact@v4
with:
# This artifact is from the course-schedule job.
name: course-schedule
path: artifact
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
filePath: artifact/course-schedule.md
comment_tag: course-schedule