Skip to content

Commit c1a52a0

Browse files
Add WordPress version compatibility check
1 parent b883c1f commit c1a52a0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: WordPress version checker
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
schedule:
8+
- cron: '0 0 * * *'
9+
10+
permissions:
11+
issues: write
12+
13+
jobs:
14+
wordpress-version-checker:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: WordPress version checker
18+
uses: skaut/wordpress-version-checker@v2.0.0
19+
with:
20+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)