Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertk committed Oct 17, 2024
1 parent 9041e75 commit 9ec37a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
name: label.name,
color: label.color,
description: label.description || '',
}
});
} catch (error) {
if (error.status === 422) {
core.info(`Label "${label.name}" already exists`);
Expand Down

0 comments on commit 9ec37a3

Please sign in to comment.