Skip to content

Commit e4f3b97

Browse files
devlooped-botkzu
authored andcommitted
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Update actions-includes version to v2 devlooped/oss@d571412 - Update cron schedule in triage workflow devlooped/oss@5ee8c91 - fix: support robust NuGetize pack delegation for PackFolder=build projects (#39) devlooped/oss@dcd5f0a
1 parent a2fcfe5 commit e4f3b97

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/includes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
token: ${{ env.PR_TOKEN || github.token }}
3333

3434
- name: +Mᐁ includes
35-
uses: devlooped/actions-includes@v1
35+
uses: devlooped/actions-includes@v2
3636

3737
- name: 📝 OSMF EULA
3838
shell: pwsh

.github/workflows/triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'triage'
22
on:
33
schedule:
4-
- cron: '42 0 * * *'
4+
- cron: '42 0 1,15 * *'
55

66
workflow_dispatch:
77
# Manual triggering through the GitHub UI, API, or CLI
@@ -104,4 +104,4 @@ jobs:
104104
closeDays: ${{ fromJson(inputs.daysBeforeClose || 30) }}
105105
closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity.\n\nHappy Coding!"
106106
pingDays: 80
107-
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if the problem no longer exists, or adding more information."
107+
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if the problem no longer exists, or adding more information."

.netconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
weak
8585
[file "src/Directory.Build.targets"]
8686
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
87-
sha = c67952501337303eda0fb8b340cb7606666abd8f
88-
etag = cb83faed0cc8b930a7b6bdc61bea03a54059858cf04353e55fee94d9e3ae0fad
87+
sha = dcd5f0a9a00a5b0c23d41a71dcc66ea41dc5f75d
88+
etag = 2cca66d8a1adbae24dc2efee53a55fa09949242eb35b86c5fd66425da18c6107
8989
weak
9090
[file "src/kzu.snk"]
9191
url = https://github.com/devlooped/oss/blob/main/src/kzu.snk
@@ -95,8 +95,8 @@
9595
skip
9696
[file ".github/workflows/includes.yml"]
9797
url = https://github.com/devlooped/oss/blob/main/.github/workflows/includes.yml
98-
sha = 7c1c6e615b5785e0ac9db33cb17343d6c1de16ff
99-
etag = 5e6a10be141ee629201bfad01eae09b5c36a67f541ec7ab411ae400b5d73de1d
98+
sha = d571412f07b0fb3c40023dc906f64906d7ed2b46
99+
etag = ab627107749577bb619b024aff93027359b66b4c3f5a85a36b235e428387cd17
100100
weak
101101
[file ".github/release.yml"]
102102
url = https://github.com/devlooped/oss/blob/main/.github/release.yml
@@ -110,8 +110,8 @@
110110
weak
111111
[file ".github/workflows/triage.yml"]
112112
url = https://github.com/devlooped/oss/blob/main/.github/workflows/triage.yml
113-
sha = 61a602fc61eedbdae235f01e93657a6219ac2427
114-
etag = 152cd3a559c08da14d1da12a5262ba1d2e0ed6bed6d2eabf5bd209b0c35d8a75
113+
sha = 5ee8c91c8d9e8c0ee739fe1ec877f36c15a4aff0
114+
etag = b19dc36058fc7d385cb5795c9e0860c11b9d027c57cb2a5e6a112e692c6884c1
115115
weak
116116
[file ".github/workflows/dotnet-file-core.yml"]
117117
url = https://github.com/devlooped/oss/blob/main/.github/workflows/dotnet-file-core.yml

src/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<NuGetBuildTasksPackTargets Condition="'$(NuGetBuildTasksPackTargets)' == ''">$(MSBuildSDKsPath)\..\NuGet.Build.Tasks.Pack.targets</NuGetBuildTasksPackTargets>
4040
</PropertyGroup>
4141

42-
<Import Project="$(NuGetBuildTasksPackTargets)" Condition="Exists('$(NuGetBuildTasksPackTargets)')"/>
42+
<Import Project="$(NuGetBuildTasksPackTargets)" Condition="Exists('$(NuGetBuildTasksPackTargets)') And '$(NuGetize)' != 'true'" />
4343

4444
<PropertyGroup>
4545
<!-- Revert the forced PackageId by the NuGet SDK targets for non-packable projects, see https://github.com/NuGet/Home/issues/14928 -->

0 commit comments

Comments
 (0)