diff --git a/.github/workflows/apply-labels.yml b/.github/workflows/apply-labels.yml index 1c05744..80c1018 100644 --- a/.github/workflows/apply-labels.yml +++ b/.github/workflows/apply-labels.yml @@ -1,3 +1,4 @@ +name: Sync Origami labels on: [issues, pull_request] jobs: apply-labels: @@ -7,4 +8,4 @@ jobs: - uses: actions/checkout@v2 - uses: Financial-Times/origami-apply-labels@v1 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file