diff --git a/.github/workflows/conflict_labeler.yml b/.github/workflows/conflict_labeler.yml index be9d3dc21..a19496985 100644 --- a/.github/workflows/conflict_labeler.yml +++ b/.github/workflows/conflict_labeler.yml @@ -20,4 +20,5 @@ jobs: if: ${{ github.event_name == 'push' || github.event_name == 'pull_request_target'}} with: dirtyLabel: 'merge-conflict' - repoToken: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + repoToken: "${{ secrets.GITHUB_TOKEN }}" + \ No newline at end of file