Skip to content

Commit d92dea8

Browse files
Update add-to-f4s.yml
Signed-off-by: Jorge Echavarria <137275627+echavarria-lrz@users.noreply.github.com>
1 parent d14c627 commit d92dea8

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/add-to-f4s.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@ name: 'Add new item to "F4-S: Benchmarking team" in "MQSS-management"'
22

33
on:
44
issues:
5-
types: [opened]
5+
types:
6+
- opened
7+
- labeled
68

79
jobs:
810
add-to-project:
911
runs-on: ubuntu-latest
12+
13+
if: ${{ contains(github.event.issue.labels.*.name, 'Contact_F4-S') }}
14+
1015
steps:
11-
- name: Check label
12-
if: contains(github.event.issue.labels.*.name, 'Contact_F4-S')
13-
run: echo "Issue has label Contact_F4-S, proceed"
1416
- name: 'Add to "F4-S: Benchmarking team" in "MQSS-management"'
1517
uses: actions/add-to-project@v1.0.2
1618
with:

0 commit comments

Comments
 (0)