Skip to content

Commit e9420b6

Browse files
authored
Allow GitHubIssueTracker to roll forward to newer runtimes (#14212)
1 parent 257cbb5 commit e9420b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/icebox-watcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: dotnet nuget add source --username github-actions --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/nuget/index.json"
2020

2121
- name: Install GitHubIssueTagger
22-
run: dotnet tool install --global NuGet.Internal.GitHubIssueTagger
22+
run: dotnet tool install --global NuGet.Internal.GitHubIssueTagger --allow-roll-forward
2323

2424
- name: Run IceBox Watcher
2525
env:

0 commit comments

Comments
 (0)