Skip to content

Commit

Permalink
chore: change casing on check names
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaker committed Jun 21, 2021
1 parent 1ee9f8b commit c0f883d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-swiftype-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
branch: 'main',
required_status_checks: {
strict: false,
contexts: ['build the docs site', 'Unpaired translations removed']
contexts: ['build the docs site', 'unpaired translations removed']
},
restrictions: {
users: [],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-whats-new-ids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
branch: 'develop',
required_status_checks: {
strict: false,
contexts: ['Run Eslint', 'Run Tests', 'license/cla', 'Unpaired translations removed']
contexts: ['run linter', 'run tests', 'license/cla', 'unpaired translations removed']
},
restrictions: {
users: [],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: yarn lint

unpaired-translations-removed:
name: Unpaired translations removed
name: unpaired translations removed
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit c0f883d

Please sign in to comment.