Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
a00c735d
"src/libtorchaudio/sox/utils.cpp" did not exist on "f1d8d1e0da44f6503c01ddcae2e40772b400ea2d"
Unverified
Commit
a00c735d
authored
Jun 09, 2021
by
Philip Meier
Committed by
GitHub
Jun 09, 2021
Browse files
fix syntax in PR labels workflow (#4012)
parent
aaf240f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/pr-labels.yml
.github/workflows/pr-labels.yml
+1
-1
No files found.
.github/workflows/pr-labels.yml
View file @
a00c735d
...
...
@@ -28,7 +28,7 @@ jobs:
echo "::set-output name=responsible_users::$(jq .responsible_users <<< $DATA)"
-
name
:
Ping responsible users
if
:
steps.data.outputs.is_properly_labeled
== "false"
if
:
${{ !
steps.data.outputs.is_properly_labeled
}}
uses
:
mshick/add-pr-comment@v1
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment