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:
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

View file

@ -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

View file

@ -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