Skip to content

Commit

Permalink
[chore] Fix typo in "add labels" workflow definition (open-telemetry#…
Browse files Browse the repository at this point in the history
…16255)

Fix typo in "add labels" workflow definition

Co-authored-by: Evan Bradley <evan-bradley@users.noreply.github.com>
  • Loading branch information
evan-bradley and evan-bradley committed Nov 11, 2022
1 parent a7a431a commit 59b487b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
add-labels:
if: ${{ !github.event.issue.pull_request && startsWith(github.event.comment.body, '/label') && github.repository_owner == "open-telemetry" }}
if: ${{ !github.event.issue.pull_request && startsWith(github.event.comment.body, '/label') && github.repository_owner == 'open-telemetry' }}

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 59b487b

Please sign in to comment.