Skip to content

chore: add auto-add to engineer kanban workflow#5

Merged
LukasWodka merged 2 commits intodevelopfrom
chore/add-kanban-workflow
Apr 25, 2026
Merged

chore: add auto-add to engineer kanban workflow#5
LukasWodka merged 2 commits intodevelopfrom
chore/add-kanban-workflow

Conversation

@LukasWodka
Copy link
Copy Markdown
Contributor

Summary

Adds a 14-line GitHub Actions workflow that auto-adds every new issue and pull request from this repo to the engineer kanban project:

https://github.com/orgs/tracebloc/projects/2

Fires on issues: opened|reopened|transferred and pull_request: opened|reopened|ready_for_review. No effect on existing items.

Why

GitHub Projects v2's built-in "Auto-add to project" workflow only supports one repo per project. This action-based approach is GitHub's recommended workaround to get cross-repo visibility on a single kanban.

Dependencies

Uses the org-level secret PROJECTS_KANBAN_TOKEN (already configured with project + repo scopes, visible to all repositories).

Testing

After merge, open any new issue or PR and confirm it appears in the Backlog column of the kanban within a few seconds. If it doesn't, check the Actions tab for the workflow run.

Related

One of ~18 identical PRs being rolled out across the tracebloc org so every repo's work lands on the shared engineer kanban.

🤖 Generated with Claude Code

@LukasWodka LukasWodka requested a review from saadqbal April 22, 2026 07:28
@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented Apr 22, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
tracebloc 🟢 Ready View Preview Apr 22, 2026, 7:29 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@v1 is not a valid tag — action publishes full semver only. Pin to v1.0.2.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@LukasWodka
Copy link
Copy Markdown
Contributor Author

Re-triggering workflow after v1.0.2 pin.

@LukasWodka LukasWodka closed this Apr 24, 2026
@LukasWodka LukasWodka reopened this Apr 24, 2026
@LukasWodka LukasWodka changed the base branch from main to develop April 24, 2026 15:42
@LukasWodka LukasWodka merged commit dcb60a7 into develop Apr 25, 2026
3 of 4 checks passed
@LukasWodka LukasWodka deleted the chore/add-kanban-workflow branch April 25, 2026 13:39
saadqbal added a commit that referenced this pull request May 6, 2026
)

* chore: add auto-add to engineer kanban workflow (#5)

* Add auto-add to engineer kanban workflow

* fix(ci): pin actions/add-to-project to v1.0.2

@v1 is not a valid tag — action publishes full semver only. Pin to v1.0.2.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Merge pull request #6 from tracebloc/chore/process-bootstrap

chore: add PR template + customer bump + stale auto-close

* docs: fix 2 broken links flagged by Mintlify link-rot check (#7)

* docs: remove dead /getting-started/quick-setup self-reference

* docs: remove missing tracebloc-workflow-overview.png reference

* chore: add .gitignore (macOS, editor, Mintlify cache) (#8)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* chore: add default CODEOWNERS for auto-reviewer assignment (#9)

* ci: add kanban closure-routing caller workflow (#10)

* chore: revert default CODEOWNERS — switching back to author-picks-reviewer (#12)

* ci: add WIP-limit-check caller workflow (#11)

* docs: sync content from legacy Docusaurus repo

Port recent updates from the legacy tracebloc/documentation repo into
the Mintlify docs site:

- create-use-case/prepare-dataset: <workspace> placeholder, host-PVC
  ingestion (replaces COPY-into-image), Docker Hub setup, ingestor-job
  cleanup, multi-arch buildx (linux/amd64,linux/arm64)
- create-use-case/prerequisites: add Tabular Regression, Time Series
  Forecasting, Time to Event Prediction; fix label CSV columns and
  example links; add filename-omits-extension Note
- environment-setup/configuration, eks-client-deployment-guide,
  setup-guide: align with unified tracebloc/client Helm chart 1.3.x;
  installer URL → i.sh / i.ps1; corrected PVC keys; PSA labels and
  node-agents namespace

join-use-case updates (hyperparameters, start-training) split into a
separate PR.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* docs: document Pod Security restricted-profile fix for ingestor job

Clusters that enforce the restricted Pod Security Standard reject
the ingestor pod with a PodSecurity admission warning. Document the
two-part fix:

- Add a securityContext block (allowPrivilegeEscalation=false,
  runAsNonRoot=true, capabilities drop ALL, seccompProfile
  RuntimeDefault) to the container in ingestor-job.yaml.
- Add a non-root USER (UID 1000) to the Dockerfile before the
  entrypoint so runAsNonRoot is satisfied.

Includes a "Run as non-root" troubleshooting subsection with the
verbatim warning text users will see, and updates the inline
Dockerfile and ingestor-job.yaml snippets to match.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* docs: update overview installer URLs to short i.sh / i.ps1

Align overview/tracebloc.mdx with the rest of the docs, which
already reference https://tracebloc.io/i.sh and i.ps1.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* docs: drop redundant H1 that duplicates the frontmatter title

Mintlify renders the frontmatter title as the page H1, so an
explicit "# Title" line below the frontmatter renders as a
duplicate heading. Remove these on 7 pages.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: lukasWuttke <54042461+LukasWodka@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Divya <divyasingh@tracebloc.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants