Skip to content

Commit 8a95d02

Browse files
GitHubSync update - master
1 parent be0603e commit 8a95d02

4 files changed

Lines changed: 15 additions & 16 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ body:
1212
label: Describe the bug
1313
description: A clear and concise description of the bug.
1414
value: |
15-
## Description
15+
#### Description
1616
17-
## Expected behavior
17+
#### Expected behavior
1818
19-
## Actual behavior
19+
#### Actual behavior
2020
21-
## Versions
21+
#### Versions
2222
2323
Please list the version of the relevant packages or applications in which the bug exists.
2424
validations:
@@ -42,10 +42,10 @@ body:
4242
label: Additional Information
4343
description: If there are any possible solutions, workarounds, or additional information please describe them here
4444
value: |
45-
## Workarounds
45+
#### Workarounds
4646
47-
## Possible solutions
47+
#### Possible solutions
4848
49-
## Additional information
49+
#### Additional information
5050
validations:
5151
required: false

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ body:
1616
description: A clear and concise description of the feature.
1717

1818
value: |
19-
**Is your feature related to a problem? Please describe.**
19+
#### Is your feature related to a problem? Please describe.
2020
21-
**Describe the requested feature**
22-
21+
#### Describe the requested feature
2322
24-
**Describe alternatives you've considered**
23+
#### Describe alternatives you've considered
2524
validations:
2625
required: true
2726
- type: textarea

.github/ISSUE_TEMPLATE/improvement_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ body:
1212
label: Describe the suggested improvement
1313
description: A clear and concise description of what the improvement is.
1414
value: |
15-
**Is your improvement related to a problem? Please describe.**
15+
#### Is your improvement related to a problem? Please describe.
1616
17-
**Describe the suggested solution**
17+
#### Describe the suggested solution
1818
19-
**Describe alternatives you've considered**
19+
#### Describe alternatives you've considered
2020
validations:
2121
required: true
2222
- type: textarea

.github/workflows/virus-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
owner: ${{ github.repository_owner }}
1313
repo: ${{ github.event.repository.name }}
1414
tag: ${{ github.event.release.name }}
15-
github-access-token: ${{ secrets.RELEASE_ANTIVIRUS_GITHUB_ACCESS_TOKEN_PBOT4 }}
15+
github-access-token: ${{ secrets.GITHUB_TOKEN }}
1616
slack-token: ${{ secrets.SLACK_TOKEN }}
17-
slack-channel: ${{ secrets.VIRUS_REPORTING_SLACK_CHANNEL }}
17+
slack-channel: ${{ vars.VIRUS_REPORTING_SLACK_CHANNEL }}

0 commit comments

Comments
 (0)