From c069710a9ebfbea73e1efd84fe5bdaf387df9496 Mon Sep 17 00:00:00 2001 From: Joshua Tang Date: Sun, 14 Jan 2024 12:06:47 +1100 Subject: [PATCH] ci(update-license): remove unused workflow (#280) --- .github/workflows/update_license.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/update_license.yml diff --git a/.github/workflows/update_license.yml b/.github/workflows/update_license.yml deleted file mode 100644 index 55c5c8b..0000000 --- a/.github/workflows/update_license.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Update license - -on: - schedule: - - cron: "0 3 1 1 *" # 03:00 AM on January 1 - workflow_dispatch: - -jobs: - update-license: - name: Update license year - runs-on: ubuntu-latest - - steps: - - name: Checkout 🛎️ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - with: - fetch-depth: 0 - - - name: Update license year 🪪 - uses: FantasticFiasco/action-update-license-year@v3.0.2 - with: - token: ${{ secrets.PAT }} - commitTitle: 'docs(license): update copyright year to {{ currentYear }}' - prTitle: 'docs(license): update copyright year to {{ currentYear }}' - labels: documentation