Skip to content

Commit

Permalink
fix: test commit for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroquinc authored May 2, 2024
1 parent cb2820b commit 23bb59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Label PRs based on commit messages
name: Label PRs based on commit messages.

on:
push:
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
gh pr edit ${{ steps.pr_number.outputs.number }} --add-label "enhancement"
fi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 23bb59f

Please sign in to comment.