Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Process-PSModule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
contents: read
pages: write
id-token: write
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v8
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@repro/dispatch-label-whatif
secrets:
PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }}
GitHubAppClientId: ${{ secrets.SHELLY_CLIENT_ID }}
Expand Down
2 changes: 2 additions & 0 deletions src/functions/public/Greetings/Get-Greeting.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@
"Good $TimeOfDay!"
}
}

# Issue #530 reproduction marker: dispatch must honour the merged PR version label.
Loading