From e54172563020013e5a31831916cbb1cff08400b3 Mon Sep 17 00:00:00 2001 From: alty1224 Date: Tue, 21 Jan 2025 15:55:36 +0500 Subject: [PATCH] Applied changes from commit 2db4ff9390f019c346cef4af0f2a3e6eaf4d7735 --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ .github/ISSUE_TEMPLATE/feature_request.md | 3 +++ .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ .github/workflows/clean.yml | 4 ++++ .github/workflows/push.yml | 7 ++++++- 5 files changed, 30 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 577b4d0..8501b1f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -29,3 +29,6 @@ If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here. +++ /tmp/tmp.gH9MAGLZC0/.github/ISSUE_TEMPLATE/bug_report.md 2025-01-21 15:54:52.405643900 +0500 +--- +--- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index aeeea1b..f4ca69f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -18,3 +18,6 @@ A clear and concise description of any alternative solutions or features you've **Additional context** Add any other context or screenshots about the feature request here. +++ /tmp/tmp.gH9MAGLZC0/.github/ISSUE_TEMPLATE/feature_request.md 2025-01-21 15:54:52.696410500 +0500 +--- +--- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 34a402c..c2dfc0f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -41,3 +41,17 @@ _If your PR includes any deployment or processing changes, please utilize this c ## [optional] Are there any things to highlight or double check? ## [optional] What gif best describes this PR or how it makes you feel? +++ /tmp/tmp.gH9MAGLZC0/.github/PULL_REQUEST_TEMPLATE.md 2025-01-21 15:54:52.981718200 +0500 +- [ ] Refactor +- [ ] Feature +- [ ] Bug Fix +- [ ] Optimization +- [ ] Documentation Update +--> +- Related Issue # +- Closes # +- [ ] Does it change any deployment parameters, logic of their working or rename them? +- [ ] Did update from previous version tested with the same set of deployment parameters? +- [ ] Yes +- [ ] No, and this is why: _please replace this line with details on why tests +- [ ] I need help with writing tests diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index f49ad0e..5102300 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -35,3 +35,7 @@ jobs: package-type: 'container' package-version-ids: ${{ steps.get-ids-for-delete.outputs.ids-for-delete }} if: ${{ steps.get-ids-for-delete.outputs.ids-for-delete != '' }} +++ /tmp/tmp.gH9MAGLZC0/.github/workflows/clean.yml 2025-01-21 15:54:53.261524500 +0500 + - name: qubership-backup-daemon + base: alpine + component-tag: ${{ env.TAG_NAME }}_${{ matrix.component.base }} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9eebe27..7c92768 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -68,4 +68,9 @@ jobs: package-name: ${{ matrix.component.name }} package-type: 'container' package-version-ids: ${{ steps.get-ids-for-delete.outputs.ids-for-delete }} - if: ${{ steps.get-ids-for-delete.outputs.ids-for-delete != '' }} \ No newline at end of file + if: ${{ steps.get-ids-for-delete.outputs.ids-for-delete != '' }}++ /tmp/tmp.gH9MAGLZC0/.github/workflows/push.yml 2025-01-21 15:54:53.530646300 +0500 + - name: qubership-backup-daemon + file: alpine/Dockerfile + base: alpine + component-tag: ${{ env.TAG_NAME }}_${{ matrix.component.base }} + context: ${{ matrix.component.dir }}