mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 03:50:13 +10:00
ci: fix winget & stale workflows [skip ci]
This commit is contained in:
1
.github/workflows/stable-linux.yml
vendored
1
.github/workflows/stable-linux.yml
vendored
@@ -128,7 +128,6 @@ jobs:
|
|||||||
aur_private_key: ${{ secrets.AUR_PRIVATE_KEY }}
|
aur_private_key: ${{ secrets.AUR_PRIVATE_KEY }}
|
||||||
aur_username: ${{ secrets.AUR_USERNAME }}
|
aur_username: ${{ secrets.AUR_USERNAME }}
|
||||||
aur_email: ${{ secrets.AUR_EMAIL }}
|
aur_email: ${{ secrets.AUR_EMAIL }}
|
||||||
if: ${{ false }}
|
|
||||||
|
|
||||||
- name: Publish vscodium-git
|
- name: Publish vscodium-git
|
||||||
uses: zokugun/github-actions-aur-releaser@v1
|
uses: zokugun/github-actions-aur-releaser@v1
|
||||||
|
|||||||
2
.github/workflows/stable-windows.yml
vendored
2
.github/workflows/stable-windows.yml
vendored
@@ -132,7 +132,7 @@ jobs:
|
|||||||
RELEASE_VERSION: ${{ needs.build.outputs.RELEASE_VERSION }}
|
RELEASE_VERSION: ${{ needs.build.outputs.RELEASE_VERSION }}
|
||||||
|
|
||||||
- name: Release to WinGet
|
- name: Release to WinGet
|
||||||
uses: daiyam/winget-releaser@insider
|
uses: vedantmgoyal2009/winget-releaser@latest
|
||||||
with:
|
with:
|
||||||
identifier: ${{ env.APP_IDENTIFIER }}
|
identifier: ${{ env.APP_IDENTIFIER }}
|
||||||
version: ${{ env.RELEASE_VERSION }}
|
version: ${{ env.RELEASE_VERSION }}
|
||||||
|
|||||||
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
|||||||
days-before-stale: 180
|
days-before-stale: 180
|
||||||
days-before-close: 30
|
days-before-close: 30
|
||||||
stale-issue-label: stale
|
stale-issue-label: stale
|
||||||
|
operations-per-run: 1024
|
||||||
stale-issue-message: >
|
stale-issue-message: >
|
||||||
This issue has been automatically marked as stale. **If this issue is still affecting you, please leave any comment**, and we'll keep it open. If you have any new additional information, please include it with your comment!
|
This issue has been automatically marked as stale. **If this issue is still affecting you, please leave any comment**, and we'll keep it open. If you have any new additional information, please include it with your comment!
|
||||||
close-issue-message: >
|
close-issue-message: >
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ if [[ "${VSCODE_QUALITY}" == "insider" ]]; then
|
|||||||
RELEASE_VERSION="${RELEASE_VERSION/\-insider/}"
|
RELEASE_VERSION="${RELEASE_VERSION/\-insider/}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
WINGET_VERSION=$( echo "${VERSIONS}" | jq -r 'map(.name) | last' )
|
WINGET_VERSION=$( echo "${VERSIONS}" | jq -r 'map(select(.name | startswith("1."))) | map(.name) | last' )
|
||||||
|
|
||||||
echo "RELEASE_VERSION=\"${RELEASE_VERSION}\""
|
echo "RELEASE_VERSION=\"${RELEASE_VERSION}\""
|
||||||
echo "WINGET_VERSION=\"${WINGET_VERSION}\""
|
echo "WINGET_VERSION=\"${WINGET_VERSION}\""
|
||||||
|
|||||||
Reference in New Issue
Block a user