Skip to content

Commit

Permalink
Add WordPress version compatibility check
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Mar 22, 2024
1 parent b883c1f commit c1a52a0
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:
- main
schedule:
- cron: '0 0 * * *'

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 c1a52a0

Please sign in to comment.