diff --git a/.github/workflow-templates/pr-labels.properties.json b/.github/workflow-templates/pr-labels.properties.json new file mode 100644 index 0000000..ef0864b --- /dev/null +++ b/.github/workflow-templates/pr-labels.properties.json @@ -0,0 +1,4 @@ +{ + "name": "PR Labels", + "description": "Forces PRs to have descriptive labels in order to be merged" +} \ No newline at end of file diff --git a/.github/workflows/pr-labels.yml b/.github/workflow-templates/pr-labels.yml similarity index 100% rename from .github/workflows/pr-labels.yml rename to .github/workflow-templates/pr-labels.yml diff --git a/.github/workflow-templates/release-drafter.properties.json b/.github/workflow-templates/release-drafter.properties.json new file mode 100644 index 0000000..d7f4f2b --- /dev/null +++ b/.github/workflow-templates/release-drafter.properties.json @@ -0,0 +1,4 @@ +{ + "name": "Release Drafter", + "description": "Prepares release for publish using labels" +} \ No newline at end of file diff --git a/.github/workflows/release-drafter.yml b/.github/workflow-templates/release-drafter.yml similarity index 100% rename from .github/workflows/release-drafter.yml rename to .github/workflow-templates/release-drafter.yml