diff --git a/.github/ISSUE_TEMPLATE/questions.md b/.github/ISSUE_TEMPLATE/question.md similarity index 92% rename from .github/ISSUE_TEMPLATE/questions.md rename to .github/ISSUE_TEMPLATE/question.md index cb971ea..33c9988 100644 --- a/.github/ISSUE_TEMPLATE/questions.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,6 @@ --- -name: Questions -about: Questions about project +name: Question +about: Question about the project title: '' labels: question, triage assignees: '' diff --git a/workflow-templates/dco.properties.json b/workflow-templates/dco.properties.json index 84f7100..3aee401 100644 --- a/workflow-templates/dco.properties.json +++ b/workflow-templates/dco.properties.json @@ -1,5 +1,5 @@ { - "name": "NSPCC DCO check", + "name": "DCO check", "description": "Check DCO in PR commits.", "iconName": "octicon note" } diff --git a/workflow-templates/dco.yml b/workflow-templates/dco.yml index 412a767..4e9ae43 100644 --- a/workflow-templates/dco.yml +++ b/workflow-templates/dco.yml @@ -1,9 +1,9 @@ -name: NSPCC DCO check +name: DCO check on: pull_request: branches: [ $default-branch ] jobs: - check_commits: + dco: uses: nspcc-dev/.github/.github/workflows/dco.yml@master