From 9c1eb3ff7e7c7198567f5c5b9cfe03b002372812 Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Wed, 14 Dec 2022 17:39:32 +0100 Subject: [PATCH] Update .md files and allign build-test.yml with the current test.yml --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- .github/workflows/build-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4be1b0cf0..ce0e5b29e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ assignees: '' --- - + **Description:** diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index a54602277..298922382 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -6,7 +6,7 @@ labels: feature request, needs triage assignees: '' --- - + **Description:** diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 4fa07c3b7..cda75dea2 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -44,4 +44,4 @@ jobs: stale-pr-message: 'This PR is stale' debug-only: true - name: Print outputs - run: echo ${{ join(steps.stale.outputs.*, ',') }} + run: echo ${{ format('{0},{1}', toJSON(steps.stale.outputs.staled-issues-prs), toJSON(steps.stale.outputs.closed-issues-prs)) }}