Skip to content

Commit 9608bea

Browse files
authored
Merge branch 'main' into dwsosa/defaultTypeForSwitchButton
2 parents d8d938a + 7373295 commit 9608bea

File tree

136 files changed

+2738
-3883
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+2738
-3883
lines changed

.changeset/cyan-lights-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dull-kangaroos-relax.md

Lines changed: 5 additions & 0 deletions

.changeset/fancy-webs-hear.md

Lines changed: 5 additions & 0 deletions

.changeset/little-papayas-knock.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/new-mangos-fold.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rich-berries-argue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ripe-paws-wave.md

Lines changed: 5 additions & 0 deletions

.changeset/slick-chicken-marry.md

Lines changed: 5 additions & 0 deletions

.github/actions/pagerduty/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ runs:
8383
},
8484
})
8585
86+
if (!response.ok) {
87+
throw new Error(`Received unexpected ${response.status} response with body: ${await response.text()}`);
88+
}
89+
8690
const data = await response.json()
8791
if (!data.schedule) {
8892
throw new Error('Unable to get schedule for id: ${{ inputs.schedule-id }}')

.github/workflows/lock-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Get App Token
23-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547
23+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5
2424
id: app-token
2525
with:
2626
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Get App Token
56-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547
56+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5
5757
id: app-token
5858
with:
5959
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}

0 commit comments

Comments
 (0)