Skip to content

Commit ee71267

Browse files
authored
Merge pull request #4 from react18-tools/docs
Docs
2 parents da2c324 + e583d8e commit ee71267

File tree

7 files changed

+335
-79
lines changed

7 files changed

+335
-79
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ on:
88

99
jobs:
1010
publish:
11-
# Don't run just after creating repo from template
12-
# Also avoid running after merging set-up PR
13-
if: github.run_number > 2 && github.event.repository.owner.login == 'react18-tools'
11+
if: github.event.repository.owner.login == 'react18-tools'
1412
runs-on: ubuntu-latest
1513
permissions:
1614
packages: write

.tkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"RtA7NBfPOlfnVHqk54rMD": {
1515
"id": "RtA7NBfPOlfnVHqk54rMD",
1616
"description": "update readme",
17-
"columnId": "column-todo"
17+
"columnId": "column-done"
1818
},
1919
"fqhes_YS14GQopOUs7K-7": {
2020
"id": "fqhes_YS14GQopOUs7K-7",
@@ -37,7 +37,6 @@
3737
"id": "column-todo",
3838
"title": "To do",
3939
"tasksIds": [
40-
"RtA7NBfPOlfnVHqk54rMD",
4140
"-FlzW8htLo-6jz5-ZqjEx",
4241
"5fLtFF1sHPxsPjq-wWOxv"
4342
]
@@ -51,6 +50,7 @@
5150
"id": "column-done",
5251
"title": "Done",
5352
"tasksIds": [
53+
"RtA7NBfPOlfnVHqk54rMD",
5454
"fqhes_YS14GQopOUs7K-7",
5555
"task-ZJpp-dpxx3KxRMsAPNuMC",
5656
"4CTOhRPjKrEAW5AHYsV7P"

0 commit comments

Comments
 (0)