Skip to content

[Contact F4-S: Benchmarking team]: Can this issue be closed from the MQSS management org? #16

[Contact F4-S: Benchmarking team]: Can this issue be closed from the MQSS management org?

[Contact F4-S: Benchmarking team]: Can this issue be closed from the MQSS management org? #16

Workflow file for this run

name: 'Add new item to "F4-E: Dashboard team" in "MQSS-management"'
on:
issues:
types: [labeled]
jobs:
add-to-project:
if: ${{ contains(github.event.issue.labels.*.name, 'Contact_F4-E') }}
name: Copy issue to MQSS management platform
runs-on: ubuntu-latest
steps:
- name: 'Add to "F4-E: Dashboard team" in "MQSS-management"'
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/MQSS-management/projects/30
github-token: ${{ secrets.PROJECT_TOKEN }}