Unverified Commit 207d8119 authored by Caroline Chen's avatar Caroline Chen Committed by GitHub
Browse files

Fix PR labeling requirement (#1946)

parent 0f8014f5
...@@ -30,8 +30,8 @@ SECONDARY_LABELS = { ...@@ -30,8 +30,8 @@ SECONDARY_LABELS = {
"module: models", "module: models",
"module: pipelines", "module: pipelines",
"module: datasets", "module: datasets",
"module: docs" "module: docs",
"module: tests" "module: tests",
"build", "build",
"style", "style",
"perf", "perf",
......
...@@ -31,4 +31,5 @@ jobs: ...@@ -31,4 +31,5 @@ jobs:
with: with:
message: | message: |
Hey ${{ steps.commit.outputs.merger }}! Hey ${{ steps.commit.outputs.merger }}!
You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/audio/blob/main/.github/process_commit.py You merged this PR, but labels were not properly added. Please add a primary and secondary label
(See https://github.com/pytorch/audio/blob/main/.github/process_commit.py)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment