Skip to content

Commit

Permalink
Release Label creation automation - 3 (#3665)
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi authored Jun 23, 2023
1 parent 87ebf8a commit 93a934f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/os-increment-plugin-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
const randomColor = Math.floor(Math.random() * 16777215).toString(16);
const newLabel = {
owner: context.repo.owner,
repo: context.repo.repo,
repo: "${{ matrix.entry.repo }}",
name: labelName,
color: randomColor,
description: labelName
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osd-increment-plugin-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
const randomColor = Math.floor(Math.random() * 16777215).toString(16);
const newLabel = {
owner: context.repo.owner,
repo: context.repo.repo,
repo: "${{ matrix.entry.repo }}",
name: labelName,
color: randomColor,
description: labelName
Expand Down

0 comments on commit 93a934f

Please sign in to comment.