diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index b24c72a1..36fd2f3f 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -1,5 +1,6 @@ # this auto labels PRs based on the configuration file # have a look at ./github/labeler.yml` +name: CI on: - pull_request_target @@ -17,4 +18,4 @@ jobs: with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true - configuration-path: ./github/labeler.yml + configuration-path: ./github/labeler.yml`