diff --git a/.github/workflows/plugin-version.yml b/.github/workflows/plugin-version.yml new file mode 100644 index 0000000..d0e9868 --- /dev/null +++ b/.github/workflows/plugin-version.yml @@ -0,0 +1,19 @@ +name: Validate "Tested Up To" + +on: + schedule: + - cron: '0 0 * * 0' + +permissions: + contents: write + pull-requests: write + +jobs: + validate: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Validate Plugin Version + uses: jazzsequence/action-validate-plugin-version@v1.2.4 \ No newline at end of file