Skip to content

chore: add e2e tests #3445

chore: add e2e tests

chore: add e2e tests #3445

name: 'Pull Request Labeler'
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true
conventional-commits-labeler:
runs-on: ubuntu-latest
steps:
- uses: bcoe/conventional-release-labels@v1
with:
type_labels: |
{
"breaking": ":rotating_light: BREAKING CHANGE",
"feat": "type: feature",
"fix": "type: bug",
"docs": "type: documentation",
"perf": "type: enhancement",
"refactor": "type: enhancement",
"test": "type: enhancement"
}