Skip to content

Commit

Permalink
creating issue labeler workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elhorton committed Mar 13, 2020
1 parent c67e248 commit 26de978
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/issuelabeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Set Issue Label"
on:
issues:
types: [opened]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/issue-action@v1.0.0
with:
keywords: '[""]'
labels: '["IoTSDK"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 26de978

Please sign in to comment.