mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-29 17:35:18 -05:00
Compare commits
3 Commits
dependabot
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c1378e022f | ||
|
|
9a7b8395af | ||
|
|
7109fbb1de |
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: 3.x
|
||||
- uses: pre-commit/action@v3.0.1
|
||||
|
||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/stale@v9.1.0
|
||||
- uses: actions/stale@v10.2.0
|
||||
with:
|
||||
days-before-pr-stale: 300 # ~10 months
|
||||
stale-pr-label: "stale"
|
||||
|
||||
@@ -1378,7 +1378,7 @@ export default [
|
||||
},
|
||||
{
|
||||
names: ["TILDE2"],
|
||||
description: "~ [Tilde]",
|
||||
description: "~ [Tilde] using shift and non-US hash/pound",
|
||||
context: "Keyboard",
|
||||
clarify: false,
|
||||
usages: [
|
||||
@@ -2628,7 +2628,7 @@ export default [
|
||||
},
|
||||
{
|
||||
names: ["PIPE2"],
|
||||
description: "| [Pipe]",
|
||||
description: "| [Pipe] using shift and non-US backslash",
|
||||
context: "Keyboard",
|
||||
clarify: false,
|
||||
usages: [
|
||||
|
||||
Reference in New Issue
Block a user