Skip to content

Commit

Permalink
Merge branch 'main' into main-his-solaris-icons-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahiss authored Sep 18, 2023
2 parents 6026436 + 909e2d9 commit caaad94
Show file tree
Hide file tree
Showing 135 changed files with 3,609 additions and 6,194 deletions.
4 changes: 2 additions & 2 deletions .bundlewatch.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
{
"path": "./dist/css/boosted.css",
"maxSize": "43.0 kB"
"maxSize": "43.5 kB"
},
{
"path": "./dist/css/boosted.min.css",
"maxSize": "40.0 kB"
"maxSize": "40.5 kB"
},
{
"path": "./dist/js/boosted.bundle.js",
Expand Down
4 changes: 2 additions & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"dropright",
"dropstart",
"dropup",
"dgst",
"errorf",
"evenodd",
"favicon",
Expand All @@ -51,7 +52,6 @@
"flexbox",
"française",
"fullscreen",
"Gaël",
"getbootstrap",
"Grayscale",
"Helv",
Expand All @@ -78,6 +78,7 @@
"mouseleave",
"myproject",
"navbars",
"navigations",
"navs",
"Neue",
"noindex",
Expand All @@ -89,7 +90,6 @@
"paginations",
"pinterest",
"popperjs",
"Poupard",
"prebuild",
"preconnect",
"preconnecting",
Expand Down
15 changes: 12 additions & 3 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ See the [contributing guidelines](CONTRIBUTING.md) for sharing bug reports.

### How-to

For general troubleshooting or help getting started:
For general Boosted troubleshooting or help getting started:

- Ask and explore [our GitHub Discussions](https://github.com/twbs/bootstrap/discussions).
- Ask questions and explore [our GitHub Discussions](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/discussions).
- Chat with the core team and fellow Boosted users on internal Orange communication tools.

For general Bootstrap troubleshooting or help getting started:

- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
- Read and subscribe to [The Official Bootstrap Blog](https://blog.getbootstrap.com/).
- Ask questions and explore [Bootstrap GitHub Discussions](https://github.com/twbs/bootstrap/discussions).
- Discuss, ask questions, and more on [the community Discord](https://discord.gg/bZUvakRU3M) or [Bootstrap subreddit](https://reddit.com/r/bootstrap).
- Chat with fellow Bootstrappers in IRC. On the `irc.libera.chat` server, in the `#bootstrap` channel.
- Ask and explore Stack Overflow with the [`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5) tag.
- Implementation help may be found at Stack Overflow (tagged [`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5)).
- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.
4 changes: 2 additions & 2 deletions .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
browserstack:
runs-on: ubuntu-latest
timeout-minutes: 30
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || github.actor == 'dependabot[bot]')"
if: github.actor != 'dependabot[bot]'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bundlewatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'js/**'
- 'scss/**'
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
types: [opened, reopened, synchronize]
workflow_dispatch:

env:
Expand All @@ -20,11 +20,11 @@ permissions:
jobs:
bundlewatch:
runs-on: ubuntu-latest
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || github.actor == 'dependabot[bot]')"
if: github.actor != 'dependabot[bot]'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/calibreapp-image-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
types: [opened, reopened, synchronize]
workflow_dispatch:

env:
Expand All @@ -21,11 +21,11 @@ jobs:
contents: read
pull-requests: read
runs-on: ubuntu-latest
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || github.actor == 'dependabot[bot]')"
if: github.actor != 'dependabot[bot]'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths:
- "scss/**"
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
types: [opened, reopened, synchronize]
workflow_dispatch:

env:
Expand All @@ -19,11 +19,11 @@ permissions:
jobs:
css:
runs-on: ubuntu-latest
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || github.actor == 'dependabot[bot]') || github.event_name == 'workflow_dispatch'"
if: github.actor != 'dependabot[bot]' || github.event_name == 'workflow_dispatch'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'scss/**'
- 'site/**'
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
types: [opened, reopened, synchronize]
workflow_dispatch:

env:
Expand All @@ -21,11 +21,11 @@ permissions:
jobs:
docs:
runs-on: ubuntu-latest
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || github.actor == 'dependabot[bot]')"
if: github.actor != 'dependabot[bot]'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths:
- 'js/**'
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
types: [opened, reopened, synchronize]
workflow_dispatch:

env:
Expand All @@ -24,11 +24,11 @@ jobs:
contents: read
name: JS Tests
runs-on: ubuntu-latest
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || github.actor == 'dependabot[bot]')"
if: github.actor != 'dependabot[bot]'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'js/**'
- 'scss/**'
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
types: [opened, reopened, synchronize]
workflow_dispatch:

env:
Expand All @@ -20,11 +20,11 @@ permissions:
jobs:
lint:
runs-on: ubuntu-latest
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || github.actor == 'dependabot[bot]')"
if: github.actor != 'dependabot[bot]'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/node-sass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths:
- 'scss/**'
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
types: [opened, reopened, synchronize]
workflow_dispatch:

env:
Expand All @@ -19,11 +19,11 @@ permissions:
jobs:
css:
runs-on: ubuntu-latest
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || github.actor == 'dependabot[bot]')"
if: github.actor != 'dependabot[bot]'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'scss/**'
- 'site/**'
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
types: [opened, reopened, synchronize]
workflow_dispatch:

env:
Expand All @@ -18,11 +18,11 @@ env:
jobs:
pa11y:
runs-on: ubuntu-latest
if: "!(contains(github.event.*.labels.*.name, 'skip:ci') || contains(github.event.*.labels.*.name, 'skip:pa11y') || github.actor == 'dependabot[bot]')"
if: github.actor != 'dependabot[bot]'

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand All @@ -32,7 +32,7 @@ jobs:
node-version: "${{ env.NODE }}"

- name: Set up npm cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/percy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand All @@ -30,7 +30,7 @@ jobs:
node-version: "${{ env.NODE }}"

- name: Set up npm cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
Expand Down
Loading

0 comments on commit caaad94

Please sign in to comment.