From 05f6b801ae68c3b473981fd42aad5d1338a211aa Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:01:54 +0530 Subject: [PATCH] chore: delete workflow --- .github/workflows/update-license.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/update-license.yaml diff --git a/.github/workflows/update-license.yaml b/.github/workflows/update-license.yaml deleted file mode 100644 index a4a9ff64..00000000 --- a/.github/workflows/update-license.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: Update copyright year(s) in license file - -on: - schedule: - - cron: '0 0 1 1 *' # Midnight on January 1st - -jobs: - update-license-year: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - with: - fetch-depth: 0 - - uses: FantasticFiasco/action-update-license-year@9135da8f9ccc675217e02357c744b6b541d45cb0 # v3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - path: | - LICENSE - README.md - commitTitle: 'docs: update copyright years' - prTitle: 'docs: update copyright years' - prBody: It's that time of the year. Let's update LICENSE and README.md - labels: 'status: waiting review'