Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ on:
push:
branches:
- main
- next-major
pull_request:
merge_group:
branches:
- main
- next-major
types:
- checks_requested

Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- next-major

jobs:
release-main:
Expand Down Expand Up @@ -48,17 +47,3 @@ jobs:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}
- uses: ./.github/actions/upload-versions

release-next-major:
if: github.ref_name == 'next-major'
name: Next major
uses: primer/.github/.github/workflows/release_with_app.yml@v2.0.0
with:
title: Release tracking (next major)
secrets:
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}
private-key: ${{ secrets.PRIMER_APP_PRIVATE_KEY_SHARED }}
client-id: ${{ vars.PRIMER_APP_CLIENT_ID_SHARED }}
client-secret: ${{ secrets.PRIMER_APP_CLIENT_SECRET_SHARED }}
installation-id: ${{ vars.PRIMER_APP_INSTALLATION_ID_SHARED }}
1 change: 0 additions & 1 deletion .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches-ignore:
- 'main'
- 'next-major'
- 'changeset-release/**'
workflow_dispatch:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- 'changeset-release/main'
- 'changeset-release/next-major'

jobs:
release-candidate:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
push:
branches:
- main
- next-major
merge_group:
branches:
- main
- next-major
types:
- checks_requested

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -915,9 +915,7 @@ const data = {
],
branches: [
{id: 'main', name: 'main', trailingInfo: 'Default'},
{id: 'next-major', name: 'next-major'},
{id: 'changeset-release/main', name: 'changeset-release/main'},
{id: 'changeset-release/next-major', name: 'changeset-release/next-major'},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol but sure

{id: 'selectpanel-2', name: 'selectpanel-2'},
{id: 'bs/actionlist-heading', name: 'bs/actionlist-heading'},
{id: 'refactor/support-alt-names', name: 'refactor/support-alt-names'},
Expand Down