summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api.yml
Commit message (Collapse)AuthorAgeFilesLines
* Bump actions/checkout from 3 to 4 (#21907)dependabot[bot]2023-09-051-1/+1
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- 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>
* Update qmk_cli container references (#20154)Joel Challis2023-03-171-1/+1
|
* Lock down workflow permissions. (#19406)Nick Brassel2022-12-231-0/+3
| | | Co-authored-by: Joel Challis <git@zvecr.com>
* Merge API update workflow (#19121)Joel Challis2022-11-211-3/+9
|
* Publish data as part of API generation (#17020)Joel Challis2022-08-061-0/+3
|
* Bump actions/checkout from 2 to 3 (#17496)dependabot[bot]2022-06-291-1/+1
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Rework generate-api CLI command to use .build directory (#16441)Joel Challis2022-02-271-1/+1
|
* move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230)Zach White2021-08-291-1/+1
|
* enable manual trigger for api data (#13000)Zach White2021-07-091-0/+1
|
* fix CI job: api-data->api_dataZach White2021-03-061-1/+1
|
* upload api data to spacesZach White2021-03-061-13/+8
|
* protect against those who develop with their fork on master (#10815)Joel Challis2020-10-311-0/+3
|
* add rsync to the api update processZach White2020-10-271-0/+4
|
* Generate api data on each push (#10609)Zach White2020-10-251-0/+35
* add new qmk generate-api command, to generate a complete set of API data. * Generate api data and push it to the keyboard repo * fix typo * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> * fixup api workflow * remove file-changes-action * use a more mainstream github action * fix yaml error * Apply suggestions from code review Co-authored-by: Erovia <Erovia@users.noreply.github.com> * more uniform date handling * make flake8 happy * Update lib/python/qmk/decorators.py Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>