fix: Update to the latest version of nextclade. #1960
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: CZ PR TODO Bot | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, edited] | |
issue_comment: | |
types: [created, edited, deleted] | |
pull_request_review_comment: | |
types: [created, edited, deleted] | |
jobs: | |
todo_check: | |
name: PR Checkboxes | |
runs-on: ubuntu-latest | |
steps: | |
- uses: chanzuckerberg/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |