Skip to content

Commit

Permalink
Merge pull request #3666 from 10up/chore/action-wp-latest
Browse files Browse the repository at this point in the history
Open issues when a new WP version is released
  • Loading branch information
felipeelia authored Sep 28, 2023
2 parents 5733b5f + 7b0e0d7 commit 2e4f9aa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/wordpress-latest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "WordPress version checker"
on:
push:
branches:
- develop
- trunk
pull_request:
branches:
- develop
schedule:
- cron: '0 0 * * 1'

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

0 comments on commit 2e4f9aa

Please sign in to comment.