Skip to content

Commit 3d21844

Browse files
committed
DUMMY
1 parent c0fb1ca commit 3d21844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/block-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
LABELS=$(jq -r '.pull_request.labels[].name' "$GITHUB_EVENT_PATH" || echo "")
3333
AUTHOR=$(jq -r '.pull_request.user.login' "$GITHUB_EVENT_PATH")
3434
TITLE=$(jq -r '.pull_request.title' "$GITHUB_EVENT_PATH")
35-
ACCEPTED_LABEL="module-reference"
35+
ACCEPTED_LABEL="module_reference"
3636
ACCEPTED_AUTHOR="github-actions"
3737
ACCEPTED_TITLE="NGINX Plus - Module Ref"
3838

0 commit comments

Comments
 (0)