Skip to content

Commit 786d596

Browse files
chore(sync): 🔨 synced file(s) with seedcase-project/seedcase-theme
1 parent 26684be commit 786d596

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
## Description
1+
# Description
22

33
These changes PURPOSE, because REASON.
44

55
Closes #
66

7-
<!-- Please delete as appropriate: -->
87
This PR needs a quick/an in-depth review.
98

109
## Checklist
1110

12-
- [ ] Ran spell-check
1311
- [ ] Formatted Markdown
1412
- [ ] Ran `just run-all`

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
add-to-project:
1919
uses: seedcase-project/.github/.github/workflows/reusable-add-to-project.yml@main
2020
with:
21+
app-id: ${{ vars.ADD_TO_BOARD_APP_ID }}
2122
board-number: 18
2223
secrets:
2324
add-to-board-token: ${{ secrets.ADD_TO_BOARD }}

.vscode/extensions.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
"quarto.quarto",
1010
"vivaxy.vscode-conventional-commits",
1111
"pshaddel.conventional-branch",
12-
"tekumara.typos-vscode"
12+
"tekumara.typos-vscode",
13+
"eamodio.gitlens",
14+
"github.vscode-github-actions",
15+
"redhat.vscode-yaml",
16+
"GitHub.vscode-pull-request-github",
17+
"EditorConfig.EditorConfig"
1318
],
1419
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
1520
"unwantedRecommendations": []

0 commit comments

Comments
 (0)