Skip to content

Commit

Permalink
Chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 5, 2024
1 parent 69aebb1 commit 8b8cccb
Show file tree
Hide file tree
Showing 12 changed files with 687 additions and 689 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/major-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
name: Major release
about: Create a new major release
title: New major release
assignees: 'sesheta'
assignees: "sesheta"
labels: bot
---

Hey, Kebechet!

Create a new major release, please.


**IMPORTANT NOTES**

- _If [Khebut GitHub App Bot](https://github.com/apps/khebhut) is installed, this issue will trigger a major release. The bot will open a Pull Request to update the CHANGELOG, fix the opened issue and create a tag._
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/minor-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Minor release
about: Create a new minor release
title: New minor release
assignees: 'sesheta'
assignees: "sesheta"
labels: bot
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/patch-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Patch release
about: Create a new patch release
title: New patch release
assignees: 'sesheta'
assignees: "sesheta"
labels: bot
---

Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/redeliver_container_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Please build and deliver the following git tag:

Tag: x.y.z


**IMPORTANT NOTES**

- _If the tag exists and [AICoE CI GitHub App](https://github.com/apps/aicoe-ci) is installed, this issue will retrigger the pipeline to build from tag and push image container image. It should be used if the pipeline triggered with the {major|minor|patch} release failed for any reason._
5 changes: 2 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE/POLISH_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ about: Finalize notebooks prior to publishing or promoting


## The following checklist items have been completed for each notebook in this PR:
## The following checklist items have been completed for each notebook in this PR

- [ ] Proofread by other team member for grammar and spelling
- [ ] Proofread by other team member for coherence and reproducibility (does the analysis make sense as you read through the code and markdown from top to bottom?)
Expand All @@ -25,7 +25,6 @@ about: Finalize notebooks prior to publishing or promoting
- [ ] Cell execution counts are in order (a working "run all" was performed just before PR)
- [ ] All pre-commit checks pass



## Additional context

<!-- If there is some reason that one of the above steps could not be completed, please describe what it is and why. -->
402 changes: 201 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

918 changes: 459 additions & 459 deletions Pipfile.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions manifests/cronwf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ spec:
storage: 10Gi
entrypoint: entrypoint
templates:
- name: entrypoint
steps:
- - name: execute-template
templateRef:
name: <CHANGE_ME>
template: entrypoint
- name: entrypoint
steps:
- - name: execute-template
templateRef:
name: <CHANGE_ME>
template: entrypoint
16 changes: 8 additions & 8 deletions manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ generators:
- ksops.yaml

patchesJson6902:
- patch: &patch |
- op: remove
path: /metadata/name
target:
group: argoproj.io
version: v1alpha1
kind: Workflow
name: ignored
- patch: &patch |
- op: remove
path: /metadata/name
target:
group: argoproj.io
version: v1alpha1
kind: Workflow
name: ignored
12 changes: 6 additions & 6 deletions manifests/postsync-wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ spec:
storage: 10Gi
entrypoint: entrypoint
templates:
- name: entrypoint
steps:
- - name: execute-template
templateRef:
name: <CHANGE_ME>
template: entrypoint
- name: entrypoint
steps:
- - name: execute-template
templateRef:
name: <CHANGE_ME>
template: entrypoint
2 changes: 1 addition & 1 deletion manifests/wftmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ spec:
cpu: 500m
memory: 1Gi
limits:
cpu: '2'
cpu: "2"
memory: 4Gi

0 comments on commit 8b8cccb

Please sign in to comment.