Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-13Update CI config (#1491)XhmikosR
* switch to Node.js 18 LTS * add `workflow_dispatch`
2022-11-12CI: remove git credentials after checkoutXhmikosR
2022-11-12Update CodeQL ActionXhmikosR
2022-05-05build(deps): bump github/codeql-action from 1 to 2 (#1301)dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-17Move linkinator to actions (#1262)XhmikosR
2022-03-02build(deps): bump actions/checkout from 2 to 3 (#1246)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01build(deps): bump actions/setup-node from 2 to 3 (#1241)dependabot[bot]
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-13CI: publish package on npmXhmikosR
2021-10-12Update devDependencies and switch to Node.js 16/npm 8XhmikosR
2021-09-13Update CodeQL workflow (#1013)XhmikosR
2021-09-06Update deploy.ymlXhmikosR
2021-07-17CI: make use of the `actions/setup-node`'s `cache` option (#937)XhmikosR
2021-06-26Change dependabot to run monthly (#896)XhmikosR
2021-04-30Add updated image, move figma link, add context around adding svgsMark Otto
2021-02-22Prep for v1.4.0 releasev1.4.0Mark Otto
- Update versions - Update preview image - Update link to Figma - Update homepage callout and link to blog post for release highlights
2021-02-08CI: remove the cache fallback (#728)XhmikosR
2021-02-07Add CodeQL action (#732)XhmikosR
2021-01-20GitHub Actions cleanupXhmikosR
* lowercase `runner.os` * remove `CI` environment variable since it's already set by the runner * deploy only if we are on our repo
2021-01-07Prep for v1.3.0Mark Otto
- Bump versions - Update preview - Update Figma link
2020-12-30CI: update to actions/setup-node@v2 (#607)XhmikosR
2020-12-29dependabot: add Actions update (#606)XhmikosR
2020-12-23Prep for v1.2.2v1.2.2Mark Otto
- Replace readme image - Update versions in package.json and package-lock.json - Add updated Figma link
2020-12-23CI: Fix deploy scriptXhmikosR
2020-12-23CI: add `FORCE_COLOR: 2`XhmikosR
2020-12-12Prep v1.2.0 (#530)Mark Otto
* bump version * readme update * Replace social image * figma link * Update Bootstrap version to 5.0 * Update image * add blog link to hero notice
2020-11-03Update CI (#483)XhmikosR
* switch to Node.js 14.x * skip building dependabot branches
2020-10-28Update preview and add link to new Figma for v1.1.0Mark Otto
2020-10-19dependabot.yml: remove `rebase-strategy: disabled`XhmikosR
This repo doesn't have BrowserStack, so we are not hitting any issues with auto-rebasing.
2020-10-19README.md: move the preview image to the repoXhmikosR
2020-07-06Update deploy.ymlXhmikosR
Fix `allow_empty_commit` option
2020-06-26Update to main branchMark Otto
2020-06-25Update Dependabot config file (#322)dependabot-preview[bot]
* Update Dependabot config file * Update dependabot.yml Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-25Action updatesXhmikosR
* update to `actions/cache@v2` * remove the yml file from cache invalidation
2020-06-17Update issue templatesMark Otto
2020-04-29CI updates (#230)XhmikosR
* remove no longer needed steps; the latest `actions/setup-node` prints this info by default * test.yml: switch to Node.js 12.x.
2020-03-19Automate docs deployment (#133)XhmikosR
2020-03-09Update release-notes.yml (#145)XhmikosR
* use the v5 tag instead of a pinned version * remove `with-config` since we use the default location/filename
2020-03-08Add prerelease: true and exclude-labels to Release Drafter (#144)Mark Otto
* Add prerelease: true to Release Drafter * Add exclude-labels
2020-03-08Fix release notes Action errorMark Otto
2020-03-08Adding release drafter action (#136)Mark Otto
2020-01-02CI: fix Node.js versionXhmikosR
2019-12-24CI: add cachingXhmikosR
2019-12-13CI: switch to `actions/checkout@v2`XhmikosR
2019-10-11CI: run the icons scripts too (#39)XhmikosR
2019-10-06CI: move `CI` env variable to the root of the workflow.XhmikosR
This way we match the Travis CI behavior, and it's inherited by all steps.
2019-10-02Simplify CI since we only have one jobXhmikosR
2019-09-24GitHub Actions updates.XhmikosR
2019-09-15GH Actions: switch to `setup-node@v1`XhmikosR
2019-08-24Add GitHub Actions CI. (#19)XhmikosR