Skip to content

Commit 61cd614

Browse files
chore: update SDK settings
1 parent 8c2ed73 commit 61cd614

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/release-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release_doctor:
1010
name: release doctor
1111
runs-on: ubuntu-latest
12-
if: github.repository == 'stainless-sdks/sent-dm-php' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
12+
if: github.repository == 'sentdm/sent-dm-php' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
1313

1414
steps:
1515
- uses: actions/checkout@v6

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 19
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sent%2Fsent-dm-24f62117fca72504f2e6df8d556473e9a41f481dbc8f68002467ce7015f47e72.yml
33
openapi_spec_hash: e1295cd37a28f7294ed73e5587e55f00
4-
config_hash: b152cd0f72af20dbc56df2cc8dd15750
4+
config_hash: 7185d938cc0d5134904387cda0c0d7f2

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ It is generated with [Stainless](https://www.stainless.com/).
1010

1111
To use this package, install via Composer by adding the following to your application's `composer.json`:
1212

13+
<!-- x-release-please-start-version -->
14+
1315
```json
1416
{
1517
"repositories": [
1618
{
1719
"type": "vcs",
18-
"url": "git@github.com:stainless-sdks/sent-dm-php.git"
20+
"url": "git@github.com:sentdm/sent-dm-php.git"
1921
}
2022
],
2123
"require": {
@@ -24,6 +26,8 @@ To use this package, install via Composer by adding the following to your applic
2426
}
2527
```
2628

29+
<!-- x-release-please-end -->
30+
2731
## Usage
2832

2933
This library uses named parameters to specify optional arguments.
@@ -169,4 +173,4 @@ PHP 8.1.0 or higher.
169173

170174
## Contributing
171175

172-
See [the contributing documentation](https://github.com/stainless-sdks/sent-dm-php/tree/main/CONTRIBUTING.md).
176+
See [the contributing documentation](https://github.com/sentdm/sent-dm-php/tree/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)