Skip to content

Commit

Permalink
Update fix-php-code-styling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes authored Feb 7, 2024
1 parent 0efb1b2 commit 1d5401d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/fix-php-code-styling.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
name: "Fix PHP Code Styling"
name: "Fix PHP code styling"

on:
push:
pull_request:
branches:
- 2.x
types:
- closed
paths:
- '**.php'

permissions:
contents: write

jobs:
php-code-styling:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -24,4 +28,4 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Fix styling
commit_message: "Chore: Fix PHP code styling"

0 comments on commit 1d5401d

Please sign in to comment.