Skip to content

Commit

Permalink
feat: add GitHub action pr title check b
Browse files Browse the repository at this point in the history
  • Loading branch information
Seedy authored Mar 3, 2022
1 parent 17e7946 commit 5b9cb0c
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 28 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pr_title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Pull Request

on:
pull_request_target:
types: ['opened', 'reopened', 'edited', 'synchronize']

jobs:
faency:
name: Lint PR Title
runs-on: ubuntu-latest

steps:
- name: Semantic pull request
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
uses: amannn/action-semantic-pull-request@v4.2.0
51 changes: 24 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@traefiklabs/faency",
"description": "Traefik Labs design system",
"version": "1.0.0-12",
"version": "1.0.0",
"main": "dist/index.js",
"module": "dist/index.es.js",
"files": [
Expand Down

0 comments on commit 5b9cb0c

Please sign in to comment.