From a51296af537aa5d7d6a5e68db08609e0c38fc5d5 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 14 Aug 2025 21:24:27 +0100 Subject: [PATCH] Delete .github/workflows/update-copyright-years-in-license-file.yml --- ...update-copyright-years-in-license-file.yml | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/update-copyright-years-in-license-file.yml diff --git a/.github/workflows/update-copyright-years-in-license-file.yml b/.github/workflows/update-copyright-years-in-license-file.yml deleted file mode 100644 index 2d6d3ee..0000000 --- a/.github/workflows/update-copyright-years-in-license-file.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Update copyright year(s) in license file -on: - workflow_dispatch: - schedule: - - cron: "0 3 1 1 *" # 03:00 AM on January 1 - -jobs: - update-license-year: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Action Update License Year - uses: FantasticFiasco/action-update-license-year@v3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - path: LICENSE.md - - name: Merge pull request - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - gh pr merge --merge --delete-branch