Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson committed Nov 8, 2023
1 parent cf27f84 commit 98e0d96
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/python/pants_release/generate_github_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -1541,10 +1541,9 @@ def check_labels() -> CheckLabelsOutput:
"count": 1,
"labels": softwrap(
"""
category:new feature, category:user api change,
category:plugin api change, category:performance, category:bugfix,
category:documentation, category:internal
"""
category:new feature, category:user api change, category:plugin api change,
category:performance, category:bugfix, category:documentation, category:internal
"""
),
"mode": "exactly",
},
Expand Down

0 comments on commit 98e0d96

Please sign in to comment.