Skip to content

Commit d2b05c5

Browse files
committed
make patch only applicable to both calver and semver
1 parent d19a3ef commit d2b05c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-enforce-patch-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
mode: exactly
2121
count: 0
22-
labels: "calver: monthly, calver: breaking"
22+
labels: "calver: monthly, calver: breaking, semver: minor, semver: major"
2323
add_comment: true
2424
token: ${{ secrets.github-token }}
2525
message: "Currently, only patch changes are allowed on main. Your PR labels ({{ applied }}) indicate that it cannot be merged into the main at this time."

0 commit comments

Comments
 (0)