Skip to content

Commit

Permalink
Remove the Kanban board workflow
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
lubosmj committed Jul 24, 2024
1 parent 00b480b commit 54bf641
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 198 deletions.
97 changes: 0 additions & 97 deletions .github/workflows/kanban.yml

This file was deleted.

4 changes: 1 addition & 3 deletions plugin-template
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ DEFAULT_SETTINGS = {
"flake8": True,
"github_org": "pulp",
"issue_tracker": "github",
"kanban": True,
"latest_release_branch": None,
"lint_requirements": True,
"noissue_marker": "[noissue]",
Expand Down Expand Up @@ -102,6 +101,7 @@ DEPRECATED_FILES = {
".ci/scripts/update_github.sh",
".ci/scripts/update_redmine.sh",
".ci/scripts/upper_bound.py",
".github/workflows/kanban.yml",
".github/workflows/changelog.yml",
".github/workflows/fips.yml",
".github/workflows/scripts/create_release_from_tag.sh",
Expand Down Expand Up @@ -411,8 +411,6 @@ def write_template_section(config, name, plugin_root_dir, verbose=False):
continue
if config["use_issue_template"] is False and "ISSUE_TEMPLATE" in relative_path:
continue
if config["kanban"] is False and "kanban" in relative_path:
continue
destination_relative_path = relative_path.replace(
"plugin_name", utils.to_snake(config["plugin_name"])
)
Expand Down
98 changes: 0 additions & 98 deletions templates/github/.github/workflows/kanban.yml.j2

This file was deleted.

0 comments on commit 54bf641

Please sign in to comment.