Skip to content

Commit

Permalink
Merge branch 'main' into dependabot-change-default-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence authored Feb 7, 2024
2 parents 7935ef3 + 6928695 commit 14e2f08
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 109 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/composer-diff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Composer Diff
on:
pull_request:
paths:
- 'composer.lock'
permissions:
contents: write
pull-requests: write
jobs:
composer-diff:
name: Composer Diff
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Generate composer diff
id: composer_diff
uses: IonBazan/composer-diff-action@v1
- uses: marocchino/sticky-pull-request-comment@v2
if: ${{ steps.composer_diff.outputs.composer_diff_exit_code != 0 }}
with:
header: composer-diff
message: |
<summary>Composer Changes</summary>
${{ steps.composer_diff.outputs.composer_diff }}
13 changes: 13 additions & 0 deletions .github/workflows/wporg-validator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# On push, run the action-wporg-validator workflow.
name: WP.org Validator
on: [push]
jobs:
wporg-validation:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: WP.org Validator
uses: pantheon-systems/[email protected]
with:
type: plugin
Loading

0 comments on commit 14e2f08

Please sign in to comment.