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.
2 parents 06ee390 + d498d29 commit 91123b5Copy full SHA for 91123b5
.github/dependabot.yml
@@ -13,8 +13,6 @@ updates:
13
- "composer"
14
assignees:
15
- "maartenpaauw"
16
- reviewers:
17
- - "maartenpaauw"
18
19
- package-ecosystem: "github-actions"
20
directory: "/"
@@ -28,5 +26,3 @@ updates:
28
26
- "github-actions"
29
27
30
31
32
.github/workflows/fix-php-code-style-issues.yml
@@ -23,6 +23,6 @@ jobs:
23
uses: aglipanci/laravel-pint-action@2.5
24
25
- name: Commit changes
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
with:
commit_message: "chore: fix code styling"
CODEOWNERS
@@ -0,0 +1 @@
1
+* @maartenpaauw
0 commit comments