Merge branch 'master' into extra-args
This commit is contained in:
commit
d8441aa833
3 changed files with 35 additions and 1 deletions
17
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
17
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -11,6 +11,23 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Related helm chart
|
||||
description: You may select more than one.
|
||||
multiple: true
|
||||
options:
|
||||
- argo-cd
|
||||
- argo-events
|
||||
- argo-rollouts
|
||||
- argo-workflows
|
||||
- argocd-applicationset
|
||||
- argocd-image-updater
|
||||
- argocd-notifications
|
||||
- other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: To Reproduce
|
||||
|
|
17
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
17
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
|
@ -13,6 +13,23 @@ body:
|
|||
validations:
|
||||
required: false
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Related helm chart
|
||||
description: You may select more than one.
|
||||
multiple: true
|
||||
options:
|
||||
- argo-cd
|
||||
- argo-events
|
||||
- argo-rollouts
|
||||
- argo-workflows
|
||||
- argocd-applicationset
|
||||
- argocd-image-updater
|
||||
- argocd-notifications
|
||||
- other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the solution you'd like
|
||||
|
|
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
- uses: actions/stale@v4
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Number of days of inactivity before an issue becomes stale
|
||||
|
|
Loading…
Reference in a new issue