switch yarn v1 to yarn v3 at setup e2e environment action #138
Workflow file for this run
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 team label | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| jobs: | |
| add-team-label: | |
| uses: ./.github/workflows/add-team-label.yml | |
| secrets: | |
| TEAM_LABEL_TOKEN: ${{ secrets.TEAM_LABEL_TOKEN }} |