Skip to content

Commit

Permalink
ci: allow "epic" as commit namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 8, 2021
1 parent d5e2b5a commit 385e98c
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 @@ -19,7 +19,7 @@ jobs:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: Bug,💡 Feature,⚠️ Interface,📝 Docs,🔨 Maintenance,🖱️ DX
none_of: Epic,❌ Won't fix,💫 Good first issue
none_of: ❌ Won't fix,💫 Good first issue
repo_token: ${{ secrets.GITHUB_TOKEN }}

check-title:
Expand Down

0 comments on commit 385e98c

Please sign in to comment.