Skip to content

Conversation

@nywilken
Copy link
Contributor

@nywilken nywilken commented Jan 20, 2026

This change updates the workflow to automatically set the Category field to "Maintenance",
when a PR or issue with the label package-deps is added to the project board.

This will streamline project management by tagging relevant items with the appropriate property
field automatically, ensuring consistent metadata on project entries.

Updated in the recent commit to also auto categorize support-deps labeled items.

Closes #3

This change updates the workflow to automatically set the Category field to "Maintenance",
when a PR or issue with the label package-deps is added to the project board.

This will streamline project management by tagging relevant items with the appropriate property
field automatically, ensuring consistent metadata on project entries.
@nywilken nywilken force-pushed the wr_maintenance_categorization_for_package-deps branch from 3d00827 to c194b91 Compare January 20, 2026 23:33
@nywilken nywilken changed the title Enable automatic categorization for package-deps enhancement: enable automatic categorization for package-deps Jan 20, 2026
@codyshoffner
Copy link
Contributor

Do you have an example I can view where it has been tested?

@nywilken
Copy link
Contributor Author

Do you have an example I can view where it has been tested?

I don't have an example of the callable script in use. Let me wire one for validation on your end. I thought I could run the callable script directly but that is only true for workflow_dispatch.

FYSA I tested the gh api mutation via a backfill script I have for updating existing package-deps PRs, which helped firm this up a bit.

@nywilken
Copy link
Contributor Author

nywilken commented Jan 22, 2026

cc @codyshoffner

Test workflow run for package-deps label https://github.com/uds-packages/dummy/actions/runs/21259952856/job/61184652500

Test workflow run for support-deps label https://github.com/uds-packages/dummy/actions/runs/21261009011/job/61188221802

This change updates the workflow to categorize both package-deps and
support-deps labeled items.
@nywilken nywilken requested a review from codyshoffner January 22, 2026 18:59
@nywilken nywilken changed the title enhancement: enable automatic categorization for package-deps enhancement: enable automatic categorization for (package|support)-deps Jan 22, 2026
@nywilken nywilken merged commit d57c4b5 into main Jan 22, 2026
2 checks passed
@nywilken nywilken deleted the wr_maintenance_categorization_for_package-deps branch January 22, 2026 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: Automatically set the Category field to "Maintenance" when a PR with the label package-deps

3 participants