Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Jul 21, 2021
2 parents 2cf41b4 + 6441373 commit 1f1ee0e
Show file tree
Hide file tree
Showing 5 changed files with 3,435 additions and 286 deletions.
8 changes: 8 additions & 0 deletions .github/governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ issue:
member: true
owner: true

- prefix: design
multiple: false
list: [ "in-progress", "ready" ]
author_association:
collaborator: true
member: true
owner: true

chat_ops:
- cmd: /close
type: close
Expand Down
8 changes: 8 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@
name: priority/important-soon
description: Will be important soon

# Design
- color: 137fdd
name: design/in-progress
description: Design in-progress
- color: 137fdd
name: design/ready
description: Design is ready

# Triage
- color: b1f488
name: triage/accepted
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: npm ci
- run: npm run test:ci

- uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192
- uses: codecov/codecov-action@c585afe366f940d214dc09df2664c06d7fe07052
with:
fail_ci_if_error: true

Expand Down Expand Up @@ -69,6 +69,6 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192
- uses: codecov/codecov-action@c585afe366f940d214dc09df2664c06d7fe07052
with:
fail_ci_if_error: true
Loading

0 comments on commit 1f1ee0e

Please sign in to comment.