Skip to content

Update migration message #6

Update migration message

Update migration message #6

Workflow file for this run

name: Yearly Website Update

Check failure on line 1 in .github/workflows/yearly_update.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/yearly_update.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: env
on:
workflow_dispatch:
schedule:
- cron: 0 0 1 7 *
jobs:
create_yearly_update:
name: Create yearly update for the website
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Create the issue
run: |
new_issue_url=$(gh issue create \
--title "$TITLE" \
--assignee "$ASSIGNEES" \
--label "$LABELS" \
--body "$BODY")
if [[ $PINNED == true ]]; then
gh issue pin "$new_issue_url"
fi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
PINNED: true
TITLE: Yearly Website Update
ASSIGNEES: doganulus
LABELS: docs
BODY: |
### Work Items
- [ ] Update promotional materials
- [ ] Update enrolment and graduation statistics
- [ ] Update graduation photos
- [ ] Review mission statements and other policies