From f33b6bffed7060863d93c9bd26725b1656d64437 Mon Sep 17 00:00:00 2001 From: pratikunterwegs Date: Mon, 10 Jun 2024 14:50:35 +0100 Subject: [PATCH] Remove extra workflow copied from packagetemplate --- .github/workflows/update-copyright-year.yml | 37 --------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/workflows/update-copyright-year.yml diff --git a/.github/workflows/update-copyright-year.yml b/.github/workflows/update-copyright-year.yml deleted file mode 100644 index b4633b3c..00000000 --- a/.github/workflows/update-copyright-year.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: Update copyright year(s) in license file - -on: - workflow_dispatch: - schedule: - - cron: '0 3 1 1 *' - -permissions: - contents: write - pull-requests: write - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - uses: FantasticFiasco/action-update-license-year@v3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - path: | - LICENSE.md - prBody: > - This PR updates the copyright license for this new year! If you're reading this while you're celebrating, enjoy! Don't worry about this one :blush: - - ![Happy new year!](https://media.giphy.com/media/HyDfNCZlTn5iU/giphy.gif?cid=ecf05e4777yl7dbo1xfha6bx1z5lrl13uq7biv6rs9dqsyoh&ep=v1_gifs_search&rid=giphy.gif&ct=g) - - uses: FantasticFiasco/action-update-license-year@v3 - with: - token: ${{ secrets.GITHUB_TOKEN }} - path: | - LICENSE - prBody: > - This PR updates the copyright license for this new year! If you're reading this while you're celebrating, enjoy! Don't worry about this one :blush: - - ![Happy new year!](https://media.giphy.com/media/HyDfNCZlTn5iU/giphy.gif?cid=ecf05e4777yl7dbo1xfha6bx1z5lrl13uq7biv6rs9dqsyoh&ep=v1_gifs_search&rid=giphy.gif&ct=g) - transform: (?<=YEAR:\s)(?\d{4})?-?(\d{4})?