From 6babb8f32f29f1dc4bdc1bd48c05121bcdb805d5 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 6 Apr 2024 14:33:52 -0700 Subject: [PATCH] remove makework --- .github/workflows/isaacs-makework.yml | 37 --------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/workflows/isaacs-makework.yml diff --git a/.github/workflows/isaacs-makework.yml b/.github/workflows/isaacs-makework.yml deleted file mode 100644 index 8eb5e85..0000000 --- a/.github/workflows/isaacs-makework.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: "various tidying up tasks to silence nagging" - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - makework: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Use Node.js - uses: actions/setup-node@v2.1.4 - with: - node-version: 16.x - - name: put repo in package.json - run: node .github/workflows/package-json-repo.js - - name: check in package.json if modified - run: | - bash -x .github/workflows/commit-if-modified.sh \ - "package-json-repo-bot@example.com" \ - "package.json Repo Bot" \ - "chore: add repo to package.json" \ - package.json package-lock.json - - name: put all dates in license copyright line - run: bash .github/workflows/copyright-year.sh - - name: check in licenses if modified - run: | - bash .github/workflows/commit-if-modified.sh \ - "license-year-bot@example.com" \ - "License Year Bot" \ - "chore: add copyright year to license" \ - LICENSE*