fix: Repo-Name in Skripten/Skills auf krisenvorrat korrigieren
- create-next-ticket.ps1, next-ticket.ps1, watch-pipeline.ps1: \ - SKILL.md (gh-tickets): Repo-Referenz + Issue-URL - workflow-planning.prompt.md, workflow-block-planning.prompt.md: Issue-URL
This commit is contained in:
parent
a5f89e6a69
commit
7c768be648
6 changed files with 7 additions and 7 deletions
|
|
@ -138,7 +138,7 @@ Nach dem Anlegen **jedes** [T]- und [P]-Tickets **sofort** ausführen:
|
|||
|
||||
```powershell
|
||||
# 1. Ticket zum Board hinzufügen
|
||||
gh project item-add 2 --owner jreinemann-euris --url "https://github.com/jreinemann-euris/bollwerk/issues/<N>"
|
||||
gh project item-add 2 --owner jreinemann-euris --url "https://github.com/jreinemann-euris/krisenvorrat/issues/<N>"
|
||||
|
||||
# 2. Bestehende Order-Werte abfragen (höchsten Wert ermitteln)
|
||||
& ".github/skills/gh-tickets/next-ticket.ps1" | Out-Null # zeigt alle offenen Tickets mit Order
|
||||
|
|
|
|||
2
.github/prompts/workflow-planning.prompt.md
vendored
2
.github/prompts/workflow-planning.prompt.md
vendored
|
|
@ -91,7 +91,7 @@ Nach dem Anlegen jedes [F]-Tickets **sofort** ausführen:
|
|||
|
||||
```powershell
|
||||
# 1. Ticket zum Board hinzufügen
|
||||
gh project item-add 2 --owner jreinemann-euris --url "https://github.com/jreinemann-euris/bollwerk/issues/<N>"
|
||||
gh project item-add 2 --owner jreinemann-euris --url "https://github.com/jreinemann-euris/krisenvorrat/issues/<N>"
|
||||
|
||||
# 2. Bestehende Order-Werte abfragen (höchsten Wert ermitteln)
|
||||
& ".github/skills/gh-tickets/next-ticket.ps1" | Out-Null # zeigt alle offenen Tickets mit Order
|
||||
|
|
|
|||
4
.github/skills/gh-tickets/SKILL.md
vendored
4
.github/skills/gh-tickets/SKILL.md
vendored
|
|
@ -5,7 +5,7 @@ description: "Konventionen für GitHub-Issues in diesem Workspace: Aufgabentyp-L
|
|||
|
||||
# Skill: GitHub Tickets (gh-tickets)
|
||||
|
||||
Dieses Dokument definiert die verbindlichen Konventionen für GitHub-Issues im Repository `jreinemann-euris/bollwerk`.
|
||||
Dieses Dokument definiert die verbindlichen Konventionen für GitHub-Issues im Repository `jreinemann-euris/krisenvorrat`.
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -91,7 +91,7 @@ Ausgabe: `#68 [M] CRM: Erweiterte Kundensuche (Order: 120)`
|
|||
|
||||
```powershell
|
||||
# Issue zum Board hinzufügen
|
||||
gh project item-add 2 --owner jreinemann-euris --url "https://github.com/jreinemann-euris/bollwerk/issues/<N>"
|
||||
gh project item-add 2 --owner jreinemann-euris --url "https://github.com/jreinemann-euris/krisenvorrat/issues/<N>"
|
||||
|
||||
# Order-Wert setzen (erfordert Item-ID und Field-ID)
|
||||
gh project item-edit --id <ITEM_ID> --field-id <ORDER_FIELD_ID> --project-id <PROJECT_ID> --number <ORDER_VALUE>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ param(
|
|||
[string]$Status = "Todo"
|
||||
)
|
||||
|
||||
$repo = "jreinemann-euris/bollwerk"
|
||||
$repo = "jreinemann-euris/krisenvorrat"
|
||||
$projectId = "PVT_kwHOCFqiJ84BXk9U"
|
||||
$orderFieldId = "PVTF_lAHOCFqiJ84BXk9UzhSw4jo"
|
||||
$statusFieldId = "PVTSSF_lAHOCFqiJ84BXk9UzhSw4es"
|
||||
|
|
|
|||
2
.github/skills/gh-tickets/next-ticket.ps1
vendored
2
.github/skills/gh-tickets/next-ticket.ps1
vendored
|
|
@ -9,7 +9,7 @@
|
|||
#>
|
||||
param([int]$IssueNumber)
|
||||
|
||||
$repo = "jreinemann-euris/bollwerk"
|
||||
$repo = "jreinemann-euris/krisenvorrat"
|
||||
|
||||
if ($IssueNumber -gt 0) {
|
||||
# Variante A: Explizite Issue-Nummer
|
||||
|
|
|
|||
2
.github/skills/ship/watch-pipeline.ps1
vendored
2
.github/skills/ship/watch-pipeline.ps1
vendored
|
|
@ -21,7 +21,7 @@ param(
|
|||
[string]$ExpectedSha = ""
|
||||
)
|
||||
|
||||
$repo = "jreinemann-euris/bollwerk"
|
||||
$repo = "jreinemann-euris/krisenvorrat"
|
||||
$poll = 10
|
||||
|
||||
# --- Warten ---
|
||||
|
|
|
|||
Loading…
Reference in a new issue