diff --git a/.github/workflows/community-planning-updater.yml b/.github/workflows/community-planning-updater.yml index ce3d1c3c..fbe06d41 100644 --- a/.github/workflows/community-planning-updater.yml +++ b/.github/workflows/community-planning-updater.yml @@ -34,5 +34,6 @@ jobs: # Optional: additional OSP arguments args: >- plan + --yes --priority-labels priority/critical,priority/important-soon,priority/important-longterm,priority/awaiting-more-evidence --category-labels area/cli,area/ai,area/search,area/insight,area/cluster-mgmt,area/experience,area/installation,area/performance,area/server,area/storage,area/syncer,bug,chore,enhancement,governance,security,testing,logistics,integration,documentation,growth diff --git a/.github/workflows/community-task-updater.yml b/.github/workflows/community-task-updater.yml index 22644e7e..4189b890 100644 --- a/.github/workflows/community-task-updater.yml +++ b/.github/workflows/community-task-updater.yml @@ -31,6 +31,7 @@ jobs: # Optional: additional OSP arguments args: >- onboard + --yes --onboard-labels 'help wanted,good first issue' --difficulty-labels 'easy,medium,hard' --category-labels area/cli,area/ai,area/search,area/insight,area/cluster-mgmt,area/experience,area/installation,area/performance,area/server,area/storage,area/syncer,bug,chore,enhancement,governance,security,testing,logistics,integration,documentation