Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauravuo committed Sep 7, 2023
1 parent 8f4370a commit 70d8a5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
id: pr-labels
uses: joerick/pr-labels-action@v1.0.9
- name: add label
id: add-labels
if: !contains(steps.pr-labels.outputs.labels, 'dependabot')
if: contains(steps.pr-labels.outputs.labels, 'dependabot') == false
uses: actions-ecosystem/action-add-labels@v1
with:
labels: dev
Expand Down

0 comments on commit 70d8a5d

Please sign in to comment.