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 b7cf275 commit ec82094Copy full SHA for ec82094
2 files changed
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+* @MattDevy
.github/workflows/ci.yml
@@ -35,6 +35,20 @@ jobs:
35
- name: Run tests
36
run: npm test
37
38
+ pr-title:
39
+ name: PR Title
40
+ runs-on: ubuntu-latest
41
+ if: github.event_name == 'pull_request'
42
+
43
+ permissions:
44
+ pull-requests: read
45
46
+ steps:
47
+ - name: Validate PR title
48
+ uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
49
+ env:
50
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
52
megalinter:
53
name: Lint
54
runs-on: ubuntu-latest
0 commit comments