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

Commit

Permalink
fix: add Interface label to PR linting (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 7, 2021
1 parent d76d729 commit 11e4154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: Bug,💡 Enhancement,📝 Docs,🔨 Maintenance,🖱️ DX
any_of: Bug,💡 Feature,⚠️ Interface,📝 Docs,🔨 Maintenance,🖱️ DX
none_of: Epic,❌ Won't fix,💫 Good first issue
repo_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 11e4154

Please sign in to comment.