Skip to content

Commit

Permalink
Merge pull request #986 from Particular/GitHubSync-20230322-130445
Browse files Browse the repository at this point in the history
GitHubSync update - release-12.0
  • Loading branch information
DavidBoike committed Mar 22, 2023
2 parents 35637dc + 348adc4 commit 9fe1fa7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ body:
label: Describe the bug
description: A clear and concise description of the bug.
value: |
## Description
#### Description
## Expected behavior
#### Expected behavior
## Actual behavior
#### Actual behavior
## Versions
#### Versions
Please list the version of the relevant packages or applications in which the bug exists.
validations:
Expand All @@ -42,10 +42,10 @@ body:
label: Additional Information
description: If there are any possible solutions, workarounds, or additional information please describe them here
value: |
## Workarounds
#### Workarounds
## Possible solutions
#### Possible solutions
## Additional information
#### Additional information
validations:
required: false
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ body:
description: A clear and concise description of the feature.

value: |
**Is your feature related to a problem? Please describe.**
#### Is your feature related to a problem? Please describe.
**Describe the requested feature**
#### Describe the requested feature
**Describe alternatives you've considered**
#### Describe alternatives you've considered
validations:
required: true
- type: textarea
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/improvement_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ body:
label: Describe the suggested improvement
description: A clear and concise description of what the improvement is.
value: |
**Is your improvement related to a problem? Please describe.**
#### Is your improvement related to a problem? Please describe.
**Describe the suggested solution**
#### Describe the suggested solution
**Describe alternatives you've considered**
#### Describe alternatives you've considered
validations:
required: true
- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/virus-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
tag: ${{ github.event.release.name }}
github-access-token: ${{ secrets.RELEASE_ANTIVIRUS_GITHUB_ACCESS_TOKEN_PBOT4 }}
github-access-token: ${{ secrets.GITHUB_TOKEN }}
slack-token: ${{ secrets.SLACK_TOKEN }}
slack-channel: ${{ secrets.VIRUS_REPORTING_SLACK_CHANNEL }}
slack-channel: ${{ vars.VIRUS_REPORTING_SLACK_CHANNEL }}

0 comments on commit 9fe1fa7

Please sign in to comment.