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 d9c26be commit ccdfa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
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')
uses: actions-ecosystem/action-add-labels@v1
with:
labels: dev
Expand Down

0 comments on commit ccdfa58

Please sign in to comment.