Skip to content

Commit

Permalink
Merge pull request #573 from equalizedigital/steve/wp-version-checker
Browse files Browse the repository at this point in the history
added - WordPress Version Checker workflow
  • Loading branch information
SteveJonesDev committed Apr 4, 2024
2 parents 3bfd891 + 530b842 commit cd09379
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/wp-version-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "WordPress version checker"
on:
push:
branches:
- develop
- main
schedule:
- cron: '0 0 * * *'

permissions:
issues: write

jobs:
wordpress-version-checker:
runs-on: ubuntu-latest
steps:
- name: WordPress version checker
uses: skaut/wordpress-version-checker@v2.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cd09379

Please sign in to comment.