-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add GitHub action pr title check b
- Loading branch information
Seedy
authored
Mar 3, 2022
1 parent
17e7946
commit 5b9cb0c
Showing
3 changed files
with
41 additions
and
28 deletions.
There are no files selected for viewing
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
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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