-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating release branch with latest changes (#60)
* Create defaultLabels.yml (#49) * Create defaultLabels.yml * Update defaultLabels.yml * Update defaultLabels.yml (#50) * use secureValue for secure env variables (#51) * use secureValue for secure env variables ContainerInstanceManagementModels.EnvironmentVariable has a property, secureValue, which should be used for secure environment variables. * Update README.md Clarify usage of secure-environment-variables. You should specify them as Secrets. * Update issue templates * Create auto-triage-issues * Update action.yml * Update README.md * Create CODEOWNERS * Rename bug-report---feature-request.md to bug-report-feature-request.md * build ts (#59) Co-authored-by: Kanika Pasrija <[email protected]> Co-authored-by: el-pato <[email protected]> Co-authored-by: Balaga Gayatri <[email protected]> Co-authored-by: Kanika Pasrija <[email protected]>
- Loading branch information
1 parent
139a5a4
commit 28cafb8
Showing
6 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@kaverma @kanika1894 @BALAGA-GAYATRI @pulkitaggarwl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Bug Report / Feature Request | ||
about: Describe this issue template's purpose here. | ||
title: '' | ||
labels: need-to-triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: "Auto-Labelling Issues" | ||
on: | ||
issues: | ||
types: [opened, edited] | ||
|
||
jobs: | ||
auto_label: | ||
runs-on: ubuntu-latest | ||
name: Auto-Labelling Issues | ||
steps: | ||
- name: Label Step | ||
uses: larrylawl/[email protected] | ||
with: | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
REPOSITORY: ${{github.repository}} | ||
DELTA: "7" | ||
CONFIDENCE: "2" | ||
FEATURE: "enhancement" | ||
BUG: "bug" | ||
DOCS: "documentation" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters