Skip to content

Commit

Permalink
Merge branch 'upkeep/265' of github.com:10up/restricted-site-access i…
Browse files Browse the repository at this point in the history
…nto upkeep/265
  • Loading branch information
Sidsector9 committed Aug 5, 2023
2 parents 454a0b6 + 68794e9 commit 04af54c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@
/bin

# Files
.distignore
.editorconfig
.eslintrc.js
.gitattributes
.gitignore
.nvmrc
.wp-env.json
.*
CHANGELOG.md
CODE_OF_CONDUCT.md
composer.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ on:
schedule:
- cron: '0 0 * * 1'

permissions:
issues: write

jobs:
wordpress-version-checker:
runs-on: ubuntu-latest
steps:
- name: WordPress version checker
uses: skaut/wordpress-version-checker@v1.2.0
uses: skaut/wordpress-version-checker@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions .wordpress-version-checker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"readme": "readme.txt",
"channel": "rc"
}

0 comments on commit 04af54c

Please sign in to comment.