feat(editor): Add color selector to sticky node #3040
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: PR Checklist | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- synchronize | |
branches: | |
- master | |
jobs: | |
checklist_job: | |
runs-on: ubuntu-latest | |
name: Checklist job | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Checklist | |
uses: wyozi/contextual-qa-checklist-action@master | |
with: | |
gh-token: ${{ secrets.GITHUB_TOKEN }} | |
comment-footer: Make sure to check off this list before asking for review. |