Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHubSync update - release-0.5 #251

Merged
merged 1 commit into from
Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}