We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38b619 commit c2d03cfCopy full SHA for c2d03cf
.github/workflows/pr.yml
@@ -0,0 +1,14 @@
1
+name: PR
2
+on:
3
+ pull_request:
4
+ types: [opened, edited, synchronize]
5
+ pull_request_target:
6
7
+
8
+jobs:
9
+ lint:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: amannn/action-semantic-pull-request@0b14f54ac155d88e12522156e52cb6e397745cfd
13
+ env:
14
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.gitignore
@@ -21,6 +21,8 @@ dist/**/*.js
21
!yarn.lock
22
!.circleci
23
!.github
24
+!.github/
25
+!.github/**
26
!release.config.js
27
!.*ignore
28
!readme.md
0 commit comments