Skip to content

Commit

Permalink
Flip Reporter API feature flag to default enabled (#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout authored Jan 15, 2025
1 parent 6c4078b commit c5b1458
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
5 changes: 0 additions & 5 deletions .github/scripts/overwrites/runme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ npm pkg set "runme.features[NewTreeProvider].enabled=true" --json
git diff package.json
```

```sh {"id":"01JFBFBV0FAMBDDD1V8J3917Q9","interactive":"false","name":"activate-reporter-api"}
npm pkg set "runme.features[ReporterAPI].enabled=true" --json
git diff package.json
```

### Reset

```sh {"excludeFromRunAll":"true","id":"01J7EZQSG262FMGJAYG1W6Z3EQ"}
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,6 @@ jobs:
workflows: activate-new-launcher
if: ${{ github.event.inputs.releaseChannel == 'edge' }}

- name: Activate reporter API
uses: stateful/runme-action@v2
with:
workflows: activate-reporter-api
if: ${{ github.event.inputs.releaseChannel == 'edge' }}

# Linux X86
- name: Package Extension Linux x86_64 (Edge)
if: ${{ github.event.inputs.releaseChannel == 'edge' }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"runme": {
"features": {
"ReporterAPI": {
"enabled": false,
"enabled": true,
"conditions": {
"enabledForExtensions": {
"stateful.platform": true,
Expand Down

0 comments on commit c5b1458

Please sign in to comment.