Skip to content

feat(ci): build-test PR command #5255

feat(ci): build-test PR command

feat(ci): build-test PR command #5255

Workflow file for this run

name: semantic-pull-request
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
issue_comment:
types:
- created
jobs:
main:
runs-on: ubuntu-latest
if: github.event.issue.pull_request && contains(github.event.comment.body, '/build-test')
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}