Skip to content

Commit

Permalink
Update 01_add_patch_label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri authored Oct 5, 2023
1 parent 1537462 commit af7b433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/01_add_patch_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
});
// verify if user have already added IGNORE-FOR-RELEASE, then skip add PATCH
// note: GitHub labels are added in .identity/03_github_environment.tf
// note: GitHub labels are added in .identity/03_github_environment.tf as github_issue_label resource
if (labels.data.find(label => label.name === 'ignore-for-release')){
ADD_PATCH = 'false';
}
Expand Down

0 comments on commit af7b433

Please sign in to comment.