Skip to content

Commit 9e31e5c

Browse files
Merge pull request #43 from gleanwork/rwjblue/push-umzztwystppy
chore: Update to Speakeasy managed implicit namespacing
2 parents 53c4cf9 + c80030e commit 9e31e5c

File tree

133 files changed

+1238
-1443
lines changed

Some content is hidden

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

133 files changed

+1238
-1443
lines changed

.github/scripts/README.md

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

.github/scripts/restructure_to_namespace.py

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

.github/workflows/patch-speakeasy-pr.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
add-extend-path:
9+
patch:
1010
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && contains(github.event.pull_request.title, 'Update SDK - Generate'))
1111
runs-on: ubuntu-latest
1212
permissions:
@@ -19,9 +19,7 @@ jobs:
1919
ref: ${{ github.head_ref || github.ref_name }}
2020
fetch-depth: 0
2121

22-
- name: Restructure glean package to namespace structure
23-
run: |
24-
python .github/scripts/restructure_to_namespace.py
22+
- run: echo "Nothing to do! 🎉"
2523

2624
- name: Commit and push if files changed
2725
run: |

0 commit comments

Comments
 (0)