Skip to content

Commit

Permalink
ci(pr-title): fix version of actions-ecosystem/action-add-labels ac…
Browse files Browse the repository at this point in the history
…tion (#7841)

v1.1.0 is the latest version.
  • Loading branch information
overlookmotel authored Dec 13, 2024
1 parent 846375d commit 2307c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo "CATEGORY=$CATEGORY" >> $GITHUB_OUTPUT
- name: Add category label
uses: actions-ecosystem/action-add-labels@v1.3.1
uses: actions-ecosystem/action-add-labels@v1.1.0
if: ${{ steps.get-category.outputs.CATEGORY != '' }}
with:
labels: ${{ steps.get-category.outputs.CATEGORY }}

0 comments on commit 2307c63

Please sign in to comment.