Skip to content

Commit

Permalink
chore(ci): add new labels to milestone summary workflow (#725)
Browse files Browse the repository at this point in the history
## What type of PR is this?

/kind chore

## What this PR does / why we need it:

- Added 'chore', 'security', 'testing', and 'logistics' labels to the
list of allowed labels in the milestone summary workflow.
- This change ensures that the workflow correctly processes issues and
pull requests tagged with these new labels.

## Which issue(s) this PR fixes:

Fixes #
  • Loading branch information
elliotxx authored Jan 14, 2025
1 parent 524d9a9 commit 32d6514
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/milestone-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ jobs:
"area/storage",
"area/syncer",
"bug",
"chore",
"enhancement",
"governance",
"security",
"testing",
"logistics",
"documentation"
]

0 comments on commit 32d6514

Please sign in to comment.