File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1+ name : ' Add issue/PR to Triage Board'
2+ on :
3+ issues :
4+ types :
5+ - opened
6+ pull_request_target :
7+ types :
8+ - opened
9+ jobs :
10+ add-to-triage-project-board :
11+ uses : cypress-io/cypress/.github/workflows/triage_add_to_project.yml@develop
12+ secrets : inherit
Original file line number Diff line number Diff line change 1+ name : ' Handle Comment Workflow'
2+ on :
3+ issue_comment :
4+ types :
5+ - created
6+ jobs :
7+ closed-issue-comment :
8+ uses : cypress-io/cypress/.github/workflows/triage_handle_new_comments.yml@develop
9+ secrets : inherit
Original file line number Diff line number Diff line change 55 name : Install and test with yarn
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v2
9- - uses : actions/setup-node@v2
8+ - uses : actions/checkout@v3
9+ - uses : actions/setup-node@v3
1010 - run : yarn install
1111 - run : yarn test
You can’t perform that action at this time.
0 commit comments