fix: test/test suite URLs for E2E tests after routing changes (#821) #2370
This file contains 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: Triage | |
on: | |
push: | |
branches: [main, develop] | |
pull_request: | |
branches: [main, develop] | |
jobs: | |
triage: | |
if: github.event_name == 'pull_request' | |
name: 'Triage' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@v3 | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN }}' |