From 44f12386b5c478c0be3c230bec15ef5c1dec5435 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Thu, 29 Apr 2021 12:51:53 +0200 Subject: [PATCH] Drop labels from next_steps issses Fixess #247 --- .../.github/next_steps/01_sonarcloud_integration.md | 2 -- .../.github/next_steps/02_zenodo_integration.md | 2 -- .../.github/next_steps/03_readthedocs.md | 2 -- .../.github/next_steps/04_citation.md | 2 -- .../.github/next_steps/05_linting.md | 2 -- {{cookiecutter.project_name}}/.github/next_steps/labels.yml | 3 --- .../.github/workflows/next_steps.yml | 6 ------ 7 files changed, 19 deletions(-) delete mode 100644 {{cookiecutter.project_name}}/.github/next_steps/labels.yml diff --git a/{{cookiecutter.project_name}}/.github/next_steps/01_sonarcloud_integration.md b/{{cookiecutter.project_name}}/.github/next_steps/01_sonarcloud_integration.md index 76fab2e8..2252e0c8 100644 --- a/{{cookiecutter.project_name}}/.github/next_steps/01_sonarcloud_integration.md +++ b/{{cookiecutter.project_name}}/.github/next_steps/01_sonarcloud_integration.md @@ -1,7 +1,5 @@ --- title: 'Next step: Sonarcloud integration' -labels: - - 'action required' --- Continuous code quality can be handled by [Sonarcloud](https://sonarcloud.io/). This repository is configured to use Sonarcloud to perform quality analysis and code coverage report on each push. diff --git a/{{cookiecutter.project_name}}/.github/next_steps/02_zenodo_integration.md b/{{cookiecutter.project_name}}/.github/next_steps/02_zenodo_integration.md index 998b224e..310f17e9 100644 --- a/{{cookiecutter.project_name}}/.github/next_steps/02_zenodo_integration.md +++ b/{{cookiecutter.project_name}}/.github/next_steps/02_zenodo_integration.md @@ -1,7 +1,5 @@ --- title: 'Next step: Zenodo integration' -labels: - - 'action required' --- Zenodo integration instructions. diff --git a/{{cookiecutter.project_name}}/.github/next_steps/03_readthedocs.md b/{{cookiecutter.project_name}}/.github/next_steps/03_readthedocs.md index 11b4c496..fb023bc4 100644 --- a/{{cookiecutter.project_name}}/.github/next_steps/03_readthedocs.md +++ b/{{cookiecutter.project_name}}/.github/next_steps/03_readthedocs.md @@ -1,7 +1,5 @@ --- title: 'Next step: readthedocs' -labels: - - 'action required' --- Readthedocs instructions. diff --git a/{{cookiecutter.project_name}}/.github/next_steps/04_citation.md b/{{cookiecutter.project_name}}/.github/next_steps/04_citation.md index 681647c8..c235e623 100644 --- a/{{cookiecutter.project_name}}/.github/next_steps/04_citation.md +++ b/{{cookiecutter.project_name}}/.github/next_steps/04_citation.md @@ -1,7 +1,5 @@ --- title: 'Next step: Citation data' -labels: - - 'action required' --- Citation data instructions diff --git a/{{cookiecutter.project_name}}/.github/next_steps/05_linting.md b/{{cookiecutter.project_name}}/.github/next_steps/05_linting.md index 113a7e3d..eaa97d9a 100644 --- a/{{cookiecutter.project_name}}/.github/next_steps/05_linting.md +++ b/{{cookiecutter.project_name}}/.github/next_steps/05_linting.md @@ -1,7 +1,5 @@ --- title: 'Next step: Linting' -labels: - - 'action required' --- Linting instructions diff --git a/{{cookiecutter.project_name}}/.github/next_steps/labels.yml b/{{cookiecutter.project_name}}/.github/next_steps/labels.yml deleted file mode 100644 index f6242a3c..00000000 --- a/{{cookiecutter.project_name}}/.github/next_steps/labels.yml +++ /dev/null @@ -1,3 +0,0 @@ -- name: "action required" - color: "207909" - description: "Issues that should be completed to get a fully working Python package" diff --git a/{{cookiecutter.project_name}}/.github/workflows/next_steps.yml b/{{cookiecutter.project_name}}/.github/workflows/next_steps.yml index 58303cd2..25944446 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/next_steps.yml +++ b/{{cookiecutter.project_name}}/.github/workflows/next_steps.yml @@ -5,12 +5,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Create labels - uses: crazy-max/ghaction-github-labeler@v3 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - yaml-file: .github/next_steps/labels.yml - skip-delete: true - name: Create Sonarcloud integration issue uses: JasonEtco/create-an-issue@v2 env: