Daniel Schaefer
d9f68c42c5
lotus: Try to fix gh actions
...
Current error:
```
1s
Run trilom/file-changes-action@v1.2.4
/usr/bin/docker exec e94fda2c6b79f2a3fda6ad3973fb2452092507da89442d782b39afc8b41f24a4 sh -c "cat /etc/*release | grep ^ID"
Warning: Received event from pull_request, but also received a before(50eff5af7dc04b0a4875f13f14be50f1e279774c) or after(8bd0db74a78f63e77553e5800add3fad45783a1e) value.
I am assuming you want to use a Push event but forgot something, so I'm giving you a message.
Error: undefined
Exception: {
"error": "403/Unknown Error:HttpError",
"from": "undefined/Error",
"message": "There was an error getting change files for repo:qmk_firmware owner:FrameworkComputer pr:1",
"payload": "Resource not accessible by integration"
}
(node:128) UnhandledPromiseRejectionWarning: Error: {"error":"403/Unknown Error:HttpError","from":"undefined/Error","message":"There was an error getting change files for repo:qmk_firmware owner:FrameworkComputer pr:1","payload":"Resource not accessible by integration"}
at run (/__w/_actions/trilom/file-changes-action/v1.2.4/dist/index.js:1:19989)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
(node:128) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode ). (rejection id: 1)
(node:128) [DEP0018] DeprecationWarning: Unhandled promise rejections
are deprecated. In the future, promise rejections that are not handled
will terminate the Node.js process with a non-zero exit code.
```
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2023-02-02 15:04:56 +08:00
Daniel Schaefer
50eff5af7d
Merge branch 'master' into lotus
2023-02-01 17:42:57 +08:00
Joel Challis
603c86b6a2
Run format-text on keyboard PRs ( #19656 )
2023-01-22 14:15:10 +11:00
QMK Bot
31b8dd34a3
Merge remote-tracking branch 'origin/master' into develop
2023-01-06 21:46:41 +00:00
dependabot[bot]
97910fac06
Bump anothrNick/github-tag-action from 1.58.0 to 1.61.0 ( #19519 )
...
Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action ) from 1.58.0 to 1.61.0.
- [Release notes](https://github.com/anothrNick/github-tag-action/releases )
- [Commits](https://github.com/anothrNick/github-tag-action/compare/1.58.0...1.61.0 )
---
updated-dependencies:
- dependency-name: anothrNick/github-tag-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-06 21:45:23 +00:00
QMK Bot
fee362e09a
Merge remote-tracking branch 'origin/master' into develop
2023-01-05 19:33:34 +00:00
dependabot[bot]
64508caa76
Bump anothrNick/github-tag-action from 1.57.0 to 1.58.0 ( #19509 )
...
Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action ) from 1.57.0 to 1.58.0.
- [Release notes](https://github.com/anothrNick/github-tag-action/releases )
- [Commits](https://github.com/anothrNick/github-tag-action/compare/1.57.0...1.58.0 )
---
updated-dependencies:
- dependency-name: anothrNick/github-tag-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-05 19:32:57 +00:00
QMK Bot
68aa64172d
Merge remote-tracking branch 'origin/master' into develop
2023-01-04 19:41:58 +00:00
dependabot[bot]
e2ef3c8cc9
Bump anothrNick/github-tag-action from 1.56.0 to 1.57.0 ( #19502 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-05 06:41:20 +11:00
Daniel Schaefer
4cd6cc1323
lotus: Upload UF2 packages
...
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
2023-01-04 15:59:28 +08:00
QMK Bot
6d41ba75d3
Merge remote-tracking branch 'origin/master' into develop
2023-01-03 19:36:56 +00:00
dependabot[bot]
46ed46e384
Bump anothrNick/github-tag-action from 1.55.0 to 1.56.0 ( #19494 )
...
Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action ) from 1.55.0 to 1.56.0.
- [Release notes](https://github.com/anothrNick/github-tag-action/releases )
- [Commits](https://github.com/anothrNick/github-tag-action/compare/1.55.0...1.56.0 )
---
updated-dependencies:
- dependency-name: anothrNick/github-tag-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 19:36:22 +00:00
Joel Challis
cd1f05a23a
Use unique name for regen PR branches ( #19464 )
2023-01-01 13:38:31 +11:00
Joel Challis
5a3594366f
Initial DD keycode regen workflow ( #19400 )
2023-01-01 11:46:17 +11:00
Daniel Schaefer
80987831fb
lotus: Split layouts into separate keyboards
...
VIA needs separate PIDs for the layouts.
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2022-12-29 23:33:52 +08:00
Daniel Schaefer
dab5dba48d
Ignore python file formatting for now
...
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2022-12-28 17:03:29 +08:00
Daniel Schaefer
c204f40ae6
lotus: Add gridpad
...
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2022-12-27 16:08:36 +08:00
QMK Bot
1c5a67b767
Merge remote-tracking branch 'origin/master' into develop
2022-12-23 18:14:59 +00:00
dependabot[bot]
b56c0fa674
Bump actions/stale from 6 to 7 ( #19392 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 6 to 7.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-23 18:14:23 +00:00
Daniel Schaefer
0d9eae995f
lotus: Split off numpad
...
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2022-12-23 09:45:33 +08:00
QMK Bot
f6eccf49e8
Merge remote-tracking branch 'origin/master' into develop
2022-12-22 23:41:55 +00:00
Nick Brassel
f75ac6042e
Lock down workflow permissions. ( #19406 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
2022-12-23 10:41:16 +11:00
Daniel Schaefer
9743049948
lotus: Fix gh actions lint
...
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2022-12-21 23:10:38 +08:00
Daniel Schaefer
8ab7a082c7
lotus: Split ANSI, ISO and JIS layouts
...
Now they can all be used an compiled separately.
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2022-12-21 22:14:17 +08:00
QMK Bot
b2036a4c9f
Merge remote-tracking branch 'origin/master' into develop
2022-12-21 00:24:13 +00:00
dependabot[bot]
c0e54737ad
Bump anothrNick/github-tag-action from 1.54.0 to 1.55.0 ( #19387 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-21 11:23:38 +11:00
Daniel Schaefer
0886cc3ba3
lotus: Fix GH Actions build
...
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2022-12-20 18:50:42 +08:00
Daniel Schaefer
bbeacb2607
lotus: Run keyboard lint
...
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2022-12-20 16:08:02 +08:00
Daniel Schaefer
0ee94f8fcf
lotus: Try to build on GH Actions
...
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2022-12-20 11:38:29 +08:00
Daniel Schaefer
98ebc096ad
Disable gh actions workflows that won't work on our fork
...
And don't make sense.
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2022-12-16 11:35:04 +08:00
QMK Bot
2ea290f5b9
Merge remote-tracking branch 'origin/master' into develop
2022-12-14 21:09:59 +00:00
Nick Brassel
6543065180
Reorder paths to (hopefully) trigger a re-tag.
2022-12-15 08:09:14 +11:00
QMK Bot
7311b17875
Merge remote-tracking branch 'origin/master' into develop
2022-12-14 20:50:36 +00:00
Nick Brassel
0f97402d21
Add builddefs to the paths associated with tagging. ( #19329 )
2022-12-15 07:50:02 +11:00
QMK Bot
8cba1d3297
Merge remote-tracking branch 'origin/master' into develop
2022-12-06 21:44:52 +00:00
dependabot[bot]
3fa1e8e273
Bump anothrNick/github-tag-action from 1.53.0 to 1.54.0 ( #19246 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-07 08:44:19 +11:00
QMK Bot
76c69f35c5
Merge remote-tracking branch 'origin/master' into develop
2022-12-05 19:32:26 +00:00
dependabot[bot]
2709b6ed61
Bump anothrNick/github-tag-action from 1.52.0 to 1.53.0 ( #19242 )
...
Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action ) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/anothrNick/github-tag-action/releases )
- [Commits](https://github.com/anothrNick/github-tag-action/compare/1.52.0...1.53.0 )
---
updated-dependencies:
- dependency-name: anothrNick/github-tag-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 19:31:20 +00:00
Joel Challis
393a37c012
Update files changed action ( #19172 )
2022-11-28 20:04:04 +00:00
Joel Challis
e451703680
Merge API update workflow ( #19121 )
2022-11-21 02:03:17 +00:00
dependabot[bot]
dcc0c3f350
Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1 ( #18702 )
...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action ) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases )
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.0...v4.4.1 )
---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-13 23:27:03 +01:00
Brian Choromanski
f7785223e5
Added new issue template for "Other issues" ( #18578 )
2022-10-05 10:29:43 -07:00
dependabot[bot]
8b824a8029
Bump anothrNick/github-tag-action from 1.51.0 to 1.52.0 ( #18590 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-05 09:08:59 +11:00
Brian Choromanski
dc52347461
Added new issue templates for feature requests and bug reports ( #18576 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-10-04 12:42:56 +11:00
dependabot[bot]
88046b3ebf
Bump anothrNick/github-tag-action from 1.50.0 to 1.51.0 ( #18575 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-04 08:51:57 +11:00
dependabot[bot]
94ec64f91b
Bump anothrNick/github-tag-action from 1.49.0 to 1.50.0 ( #18536 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-30 05:34:02 +10:00
dependabot[bot]
c71bc77da1
Bump anothrNick/github-tag-action from 1.46.0 to 1.49.0 ( #18515 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-29 11:02:36 +10:00
dependabot[bot]
3b7aeddc4d
Bump actions/stale from 5 to 6 ( #18456 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-23 09:52:21 +10:00
dependabot[bot]
4781a798ca
Bump anothrNick/github-tag-action from 1.45.0 to 1.46.0 ( #18386 )
...
Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action ) from 1.45.0 to 1.46.0.
- [Release notes](https://github.com/anothrNick/github-tag-action/releases )
- [Commits](https://github.com/anothrNick/github-tag-action/compare/1.45.0...1.46.0 )
---
updated-dependencies:
- dependency-name: anothrNick/github-tag-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-16 22:03:32 +01:00
dependabot[bot]
23666150e9
Bump anothrNick/github-tag-action from 1.42.0 to 1.45.0 ( #18355 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-14 10:36:20 +10:00