feat(pins): Trinity Pins DSL - Single Source of Truth #995
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Auto-add issues/PRs to Project #6 "VIBECODER" | |
| # | |
| # Triggers when issues or PRs are opened/labeled with ralph-related labels. | |
| # Requires PROJECT_TOKEN secret (classic PAT with `project` scope). | |
| name: Auto-add to Project | |
| on: | |
| issues: | |
| types: [opened, labeled] | |
| pull_request: | |
| types: [opened, labeled] | |
| jobs: | |
| add-to-project: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/add-to-project@v1.0.2 | |
| with: | |
| project-url: https://github.com/users/gHashTag/projects/6 | |
| github-token: ${{ secrets.PROJECT_TOKEN }} | |
| labeled: assign:ralph, priority:P0, priority:P1, priority:P2, swarm:parent, agent:spawn, security, task |