diff --git a/.github/workflows/pm-workflow-audit.yml b/.github/workflows/pm-workflow-audit.yml index c50e1bb..967af77 100644 --- a/.github/workflows/pm-workflow-audit.yml +++ b/.github/workflows/pm-workflow-audit.yml @@ -72,6 +72,6 @@ jobs: else gh issue create --repo "${{ github.repository }}" \ --title "$title" \ - --label "kind/automation,priority/p2" \ + --label "kind/devx,priority/p2" \ --body "$(printf 'Automated audit of litentry/projects/19 workflows found drift from pm/expected-workflows.json.\n\nFix in UI: https://github.com/orgs/litentry/projects/19/workflows\n\n## Audit output\n\n```\n%s\n```' "$(cat audit.txt)")" fi diff --git a/pm/expected-workflows.json b/pm/expected-workflows.json index 66b4aeb..17234f1 100644 --- a/pm/expected-workflows.json +++ b/pm/expected-workflows.json @@ -46,8 +46,8 @@ }, { "name": "Auto-archive items", - "should_be_enabled": false, - "_note_on_should_be_enabled": "Recommend enabling with 30-day threshold to keep the board lean, but not strictly required. Setting should_be_enabled=false here means the check script won't flag it as missing; flip to true once you've enabled it.", + "should_be_enabled": true, + "_note_on_should_be_enabled": "Enabled per operator decision (recommended). Keeps the board lean by auto-archiving items 30+ days in Done.", "verify_in_ui": "Filter: is:closed updated:<@today-30d. Action: archive.", "purpose": "Auto-archives items 30+ days in Done; keeps active views uncluttered." },