This commit is contained in:
Adam Weston
2022-12-05 00:36:03 -05:00
parent a45b10717e
commit 0ae390601a
13 changed files with 277 additions and 380 deletions

View File

@@ -11,4 +11,4 @@ contact_links:
about: Learn how to notify us for sensitive bugs
- name: Report a bug
url: https://github.com/:vendor_name/:package_name/issues/new
about: Report a reproducable bug
about: Report a reproducible bug

View File

@@ -1,4 +1,5 @@
name: dependabot-auto-merge
name: Dependabot Auto Merge
on: pull_request_target
permissions:
@@ -29,4 +30,4 @@ jobs:
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

View File

@@ -1,4 +1,4 @@
name: Fix PHP code style issues
name: Fix PHP Code Styling
on: [push]
@@ -18,4 +18,4 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fix styling
commit_message: Fix styling

View File

@@ -1,4 +1,4 @@
name: run-tests
name: Run Tests
on:
push:
@@ -44,4 +44,4 @@ jobs:
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
run: vendor/bin/pest
run: vendor/bin/pest

View File

@@ -1,4 +1,4 @@
name: "Update Changelog"
name: Update Changelog
on:
release:
@@ -25,4 +25,4 @@ jobs:
with:
branch: main
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md
file_pattern: CHANGELOG.md