Skip to content

Commit

Permalink
[skip ci] add to exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Mar 29, 2024
1 parent a0e878d commit c03bd8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/Exclude-package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function Exclude-Package {
Remove-Item -Path $folder -Recurse -Force -ErrorAction Continue
Remove-Item -Path "../icons/$extract.*" -ErrorAction Continue
}
Add-Content -Path "../tools/Check/exclude.txt" -Value $title
Update-GitHubIssue -OwnerName $Owner -RepositoryName $repository -Issue $issueNumber -State Closed
git commit -am "[skip ci] exclude $title"

Expand Down

0 comments on commit c03bd8e

Please sign in to comment.