Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
add name to labels workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Jul 2, 2020
1 parent 09545b5 commit 1436d09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/apply-labels.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Sync Origami labels
on: [issues, pull_request]
jobs:
apply-labels:
Expand All @@ -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 }}

0 comments on commit 1436d09

Please sign in to comment.