Skip to content

Ensure that the settings remain persistent between logging out of the account and logging in again. #6

Ensure that the settings remain persistent between logging out of the account and logging in again.

Ensure that the settings remain persistent between logging out of the account and logging in again. #6

name: WordPress version checker
on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
schedule:
- cron: '0 0 * * 1'
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 }}