Skip to content

Commit 681aa4a

Browse files
committed
Fixes for GitHub Actions to use Feature Scenario label.
1 parent 619d990 commit 681aa4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/allowed-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- name: MVP
1313
color: f5f7f9
1414
description: "A Minimum Viable Product example to show the bare bones of how to use a service via an SDK."
15-
- name: Workflow
15+
- name: Feature Scenario
1616
color: f5f7f9
1717
description: "A simple code example to show how certain tasks can be accomplished using several services and SDKs."
1818
- name: Basics

.github/workflows/label-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
steps:
2727
- uses: docker://agilepathway/pull-request-label-checker:latest
2828
with:
29-
one_of: Application,MVP,Workflow,Task,Bug,Basics
29+
one_of: Application,MVP,Feature Scenario,Task,Bug,Basics
3030
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)