Skip to content

Commit

Permalink
ci: add semantic-pull-request (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored Nov 30, 2021
1 parent 57da9a8 commit 9f067b1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/semantic-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: semantic-pull-request

on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
semantic-pull-request:
uses: autowarefoundation/autoware-github-actions/.github/workflows/reusable-semantic-pull-request.yaml@tier4/proposal
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9f067b1

Please sign in to comment.