From 24cd03894a8bb8640bbe311e3e408cd8c22ca52c Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:00:32 +0530 Subject: [PATCH] chore: delete workflow --- .github/workflows/update-license.yaml | 24 ------------------------ 1 file changed, 24 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 bf85481decc..00000000000 --- a/.github/workflows/update-license.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: Update copyright year(s) in license file - -on: - workflow_dispatch: - schedule: - - cron: '0 3 1 1 *' - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - with: - fetch-depth: 0 - - uses: FantasticFiasco/action-update-license-year@26ffac173f956c25f7467aa8e6f750eed24a1b7a # v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - path: | - README.md - LICENSE - commitTitle: 'docs: update copyright years' - prTitle: 'docs: update copyright years' - prBody: It's that time of the year, let's update the license - labels: 'status: waiting review'