Skip to content

docs: update getting started for JS only #283

docs: update getting started for JS only

docs: update getting started for JS only #283

Workflow file for this run

name: Apply Done Label
on:
pull_request:
types:
- closed
jobs:
run:
name: "Update Labels"
runs-on: ubuntu-latest
steps:
- uses: RebeccaStevens/issue-closed-labeler-action@v1
with:
rules: '[{"condition":"Type: Bug","add":"Resolution: Fixed","remove":["Status: Triage","Status: Investigation Needed","Status: On Hold","Status: In Progress","Status: Stale","Status: Awaiting Response","Status: Awaiting Feedback","Status: Blocked"]},{"condition":["some",["Type: Feature","Type: Enhancement"]],"add":"Resolution: Added","remove":["Status: Triage","Status: Investigation Needed","Status: On Hold","Status: In Progress","Status: Stale","Status: Awaiting Response","Status: Awaiting Feedback","Status: Blocked"]}]'