Merge branch 'master' into extra-args

This commit is contained in:
Marco Kilchhofer 2021-09-27 13:59:56 +02:00 committed by GitHub
commit d8441aa833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 1 deletions

View file

@ -11,6 +11,23 @@ body:
validations: validations:
required: true 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 - type: textarea
attributes: attributes:
label: To Reproduce label: To Reproduce

View file

@ -13,6 +13,23 @@ body:
validations: validations:
required: false 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 - type: textarea
attributes: attributes:
label: Describe the solution you'd like label: Describe the solution you'd like

View file

@ -7,7 +7,7 @@ jobs:
stale: stale:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/stale@v3 - uses: actions/stale@v4
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
# Number of days of inactivity before an issue becomes stale # Number of days of inactivity before an issue becomes stale