diff --git a/.github/workflows/update-license.yaml b/.github/workflows/update-license.yaml deleted file mode 100644 index a4a9ff644..000000000 --- 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'