Skip to content

Commit

Permalink
Merge pull request #38 from cypress-io/benm/github-workflows-update
Browse files Browse the repository at this point in the history
chore: add in workflows for github
  • Loading branch information
Ben M committed Aug 1, 2023
2 parents 3c458f1 + f6ee03f commit 228831e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/add_issue_to_triage_board.yml
@@ -0,0 +1,12 @@
name: 'Add issue/PR to Triage Board'
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
jobs:
add-to-triage-project-board:
uses: cypress-io/cypress/.github/workflows/triage_add_to_project.yml@develop
secrets: inherit
9 changes: 9 additions & 0 deletions .github/workflows/triage_closed_issue_comment.yml
@@ -0,0 +1,9 @@
name: 'Handle Comment Workflow'
on:
issue_comment:
types:
- created
jobs:
closed-issue-comment:
uses: cypress-io/cypress/.github/workflows/triage_handle_new_comments.yml@develop
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/yarn.yaml
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Install and test with yarn
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn install
- run: yarn test

0 comments on commit 228831e

Please sign in to comment.