We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fb1ca commit 3d21844Copy full SHA for 3d21844
.github/workflows/block-changes.yml
@@ -32,7 +32,7 @@ jobs:
32
LABELS=$(jq -r '.pull_request.labels[].name' "$GITHUB_EVENT_PATH" || echo "")
33
AUTHOR=$(jq -r '.pull_request.user.login' "$GITHUB_EVENT_PATH")
34
TITLE=$(jq -r '.pull_request.title' "$GITHUB_EVENT_PATH")
35
- ACCEPTED_LABEL="module-reference"
+ ACCEPTED_LABEL="module_reference"
36
ACCEPTED_AUTHOR="github-actions"
37
ACCEPTED_TITLE="NGINX Plus - Module Ref"
38
0 commit comments