Skip to content

Commit ba68a0a

Browse files
sync-files-token[bot]lwjohnst86
authored andcommitted
chore(sync): 🔨 synced file(s) with seedcase-project/template-data-package
1 parent 4a3c92e commit ba68a0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
# Ignore these so we don't get added to sync PRs
55
/.github/
66
/.vscode/
7-
/.devcontainer/
87
justfile
98
.editorconfig
109
.gitignore
1110
ruff.toml
1211
pyproject.toml
13-
poetry.lock
12+
uv.lock

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

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

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ repos:
1212
- id: end-of-file-fixer
1313

1414
- repo: https://github.com/commitizen-tools/commitizen
15-
rev: v4.6.0
15+
rev: v4.7.0
1616
hooks:
1717
- id: commitizen

0 commit comments

Comments
 (0)