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 d96e449 commit c3ca86cCopy full SHA for c3ca86c
.github/workflows/block-changes.yml
@@ -32,9 +32,9 @@ 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"
36
- ACCEPTED_AUTHOR = "<TODO>"
37
- ACCEPTED_TITLE = "NGINX Plus - Module Ref"
+ ACCEPTED_LABEL="module-reference"
+ ACCEPTED_AUTHOR="github-actions"
+ ACCEPTED_TITLE="NGINX Plus - Module Ref"
38
39
EXEMPTION=false
40
0 commit comments