Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pm-workflow-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions pm/expected-workflows.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
},
Expand Down