-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: (148 commits) (#948) Add user as sensitive argument (#158) Error on list -lo without -r (doc) Update description of page-size argument (#158) Restore -lo warning when not using -r (#158) Update tests (#158) Relegate the -lo warning to log-file-only (#3165) Update count method to support nuget service (maint) Update Chocolatey.NuGet.Client version (build) Update GRM Template to add full stop. (build) Update GRM config for BuildAutomation tag (#508) Ensure correct configuration object is used (tests) Use nuspec for version normalization tests (tests) Tag version normalization Pester tests (#158) Restore --source in tab completion for list (#158) Refactoring based on pairing session (#158) Restore --source for choco list (maint) Add vscode settings file (maint) Changes during pairing session (tests) Add non-normalized version Pester tests (maint) Update testing vagrant for granular runs ...
- Loading branch information
Showing
360 changed files
with
16,895 additions
and
10,335 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
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,48 @@ | ||
name: 'Stale Issue and PR Cleanup' | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 4 * * *' | ||
|
||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
id: stale | ||
with: | ||
days-before-stale: 30 | ||
days-before-close: 14 | ||
exempt-all-assignees: false | ||
exempt-draft-pr: true | ||
stale-issue-label: "Pending Closure" | ||
stale-pr-label: '0 - Waiting on User' | ||
only-pr-labels: '0 - Waiting on User' | ||
close-issue-label: "No Response / Stale" | ||
close-pr-label: "No Response / Stale" | ||
exempt-issue-labels: 'Security / CVE,0 - Backlog,1 - Ready for work,2 - Working,3 - Review,4 - Done,5 - Push required' | ||
exempt-pr-labels: 'Security / CVE' | ||
labels-to-remove-when-unstale: '0 - Wating on User,Pending closure' | ||
stale-issue-message: | | ||
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? | ||
This issue will be closed in 14 days if it continues to be inactive. | ||
close-issue-message: | | ||
Dear contributor, | ||
As this issue seems to have been inactive for quite some time now, it has been automatically closed. | ||
If you feel this is a valid issue, please feel free to re-open the issue if / when a pull request | ||
has been added. | ||
Thank you for your contribution. | ||
close-pr-message: | | ||
Dear contributor, | ||
As this PR seems to have been inactive for 30 days after changes / additional information | ||
was requested, it has been automatically closed. | ||
If you feel the changes are still valid, please re-open the PR once all changes or additional information | ||
that was requested has been added. | ||
Thank you for your contribution. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
We have just released v{0} of the Chocolatey CLI! | ||
|
||
Release notes can be found here: | ||
|
||
https://docs.chocolatey.org/en-us/choco/release-notes#{1} |
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 @@ | ||
We have just released v{0} of the Chocolatey CLI! Release notes can be found here: https://docs.chocolatey.org/en-us/choco/release-notes#{1}. |
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,5 @@ | ||
@channel We have just released v{0} of the Chocolatey CLI! | ||
|
||
Release notes can be found here: | ||
|
||
https://docs.chocolatey.org/en-us/choco/release-notes#{1} |
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,5 @@ | ||
We have just released v{0} of the Chocolatey CLI! | ||
|
||
Release notes can be found here: | ||
|
||
https://docs.chocolatey.org/en-us/choco/release-notes#{1} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
- {{ issue.title }} - see [#{{ issue.number }}]({{ issue.html_url }}) | ||
- {{ issue.title }} - see [#{{ issue.number }}]({{ issue.html_url }}). |
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,5 @@ | ||
{ | ||
"[powershell]": { | ||
"files.encoding": "utf8bom", | ||
} | ||
} |
Oops, something went wrong.