diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index bd36db3..3cc1f5c 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,4 +1,4 @@ -name: Label PRs based on commit messages +name: Label PRs based on commit messages. on: push: @@ -36,4 +36,4 @@ jobs: gh pr edit ${{ steps.pr_number.outputs.number }} --add-label "enhancement" fi env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}