[Contact F4-E: Dashboard team]: Unnecessary horizontal scroll #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 'Add new item to "F4-E: Dashboard team" in "MQSS-management"' | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| add-to-project: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check label | |
| if: contains(github.event.issue.labels.*.name, 'Contact_F4-E') | |
| run: echo "Issue has label Contact_F4-E, proceed" | |
| - name: 'Add to "F4-E: Dashboard team" in "MQSS-management"' | |
| uses: actions/add-to-project@v1.0.2 | |
| with: | |
| project-url: https://github.com/orgs/MQSS-management/projects/30 | |
| github-token: ${{ secrets.PROJECT_TOKEN }} |