From f1147214ad27fc39c4b9b813eea7d3d860ecd5e7 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Tue, 26 Nov 2024 15:46:21 -0700 Subject: [PATCH 1/2] add jazzsequence/action-validate-plugin-version --- .../validate-plugin-tested-up-to-version.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/validate-plugin-tested-up-to-version.yml diff --git a/.github/workflows/validate-plugin-tested-up-to-version.yml b/.github/workflows/validate-plugin-tested-up-to-version.yml new file mode 100644 index 0000000..f53e2f0 --- /dev/null +++ b/.github/workflows/validate-plugin-tested-up-to-version.yml @@ -0,0 +1,19 @@ +name: Validate Tested Up To Version +on: + schedule: + - cron: '0 0 * * 0' + +permissions: + pull-requests: write + contents: write + +jobs: + validate-plugin-version: + runs-on: ubuntu-latest + name: Validate Plugin Tested Up To + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: jazzsequence/action-validate-plugin-version@v1 + branch: 'master' From 081238fa0e946da0775a3ddce706088801617c07 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 4 Dec 2024 16:01:41 -0700 Subject: [PATCH 2/2] Update .github/workflows/validate-plugin-tested-up-to-version.yml Co-authored-by: Phil Tyler --- .github/workflows/validate-plugin-tested-up-to-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-plugin-tested-up-to-version.yml b/.github/workflows/validate-plugin-tested-up-to-version.yml index f53e2f0..676ebc6 100644 --- a/.github/workflows/validate-plugin-tested-up-to-version.yml +++ b/.github/workflows/validate-plugin-tested-up-to-version.yml @@ -16,4 +16,4 @@ jobs: with: fetch-depth: 0 - uses: jazzsequence/action-validate-plugin-version@v1 - branch: 'master' + branch: 'develop'