Skip to content

Commit 24a9baa

Browse files
🧪 Test: Insignificant change with prerelease label (#21)
## Summary This PR tests the updated important file change detection with the fix for publish behavior. ## What changed - Added `*.tmp` to `.gitignore` (not an important file) ## Expected behavior **When merged:** - `ReleaseType` should be `None` (not `Release`) since no important files changed - `PublishModule` should be `true` but only for cleanup (removing prereleases) - `PublishSite` should be `false` since no important files changed - No new release should be created ## Important files patterns (none match `.gitignore`) - `^\.github/workflows/Process-PSModule\.yml$` ❌ - `^src/` ❌ - `^examples/` ❌ - `^README\.md$` ❌
1 parent a0f2e7f commit 24a9baa

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/Process-PSModule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ concurrency:
2020

2121
permissions:
2222
contents: write
23+
issues: write
2324
pull-requests: write
2425
statuses: write
2526
pages: write

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
# IDE files
1010
.idea/
11-
.vscode/
12-
*.log
11+
.vs/
12+
*.suo
1313

1414
# Local History for Visual Studio Code
1515
.history/*

0 commit comments

Comments
 (0)