Skip to content

Commit

Permalink
Applied changes from commit 2db4ff9390f019c346cef4af0f2a3e6eaf4d7735
Browse files Browse the repository at this point in the history
  • Loading branch information
alty1224 committed Jan 21, 2025
1 parent 13364c1 commit e541725
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
---
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
---
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
7 changes: 6 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '' }}
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 }}

0 comments on commit e541725

Please sign in to comment.