Skip to content

Commit

Permalink
Merge pull request #505 from jeffpaul/add/wp-version-checker-action
Browse files Browse the repository at this point in the history
Create `wordpress-version-checker.yml`
  • Loading branch information
mauteri authored Jan 24, 2024
2 parents a759e41 + 6cb0022 commit 35fbf64
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/wordpress-version-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "WordPress version checker"
on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
schedule:
- cron: '0 0 * * 1'

permissions:
issues: write

jobs:
wordpress-version-checker:
runs-on: ubuntu-latest
steps:
- name: WordPress version checker
uses: skaut/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 35fbf64

Please sign in to comment.