Releases: PSModule/Get-IssueFormData
Releases · PSModule/Get-IssueFormData
v1.0.8
🪲 [Fix]: Disable token on the script (#11)
Description
This pull request includes minor updates to the GitHub Action by disabling the logon functionality by providing an empty token.
Updates to GitHub Actions configuration:
action.yml
: Added a default empty value for theToken
parameter underwith:
to ensure that the action does not require.
Simplifications to PowerShell script:
scripts/main.ps1
: Removed$PSStyle.OutputRendering = 'Ansi'
to simplify the script and potentially avoid unnecessary styling configuration. This is included in theGitHub
PowerShell module used viaGitHub-Script
.
v1.0.7
What's Changed
- 🩹 [Patch]: Make outputs not break line by @MariusStorhaug in #10
Full Changelog: v1...v1.0.7
v1.0.6
What's Changed
- 🩹 [Patch]: Fix path separator in action.yml for script execution by @MariusStorhaug in #9
Full Changelog: v1...v1.0.6
v1.0.5
What's Changed
- 🩹 [Patch]: Fix linting and git config, tests using
Invoke-Pester
action by @MariusStorhaug in #8
Full Changelog: v1...v1.0.5
v1.0.4
What's Changed
- 🩹 [Patch]: Use ConvertFrom-IssueForm in GitHub module by @MariusStorhaug in #6
Full Changelog: v1...v1.0.4
v1.0.3
What's Changed
- 📖 [Docs]: Add section for similar projects in README.md by @MariusStorhaug in #5
Full Changelog: v1...v1.0.3
v1.0.2
What's Changed
- 🩹 [Patch]: Use
GitHub-Script
action by @MariusStorhaug in #4
Full Changelog: v1...v1.0.2
v1.0.1
What's Changed
- 🩹 [Patch]: Add nightly run to validate that functionality still works by @MariusStorhaug in #3
Full Changelog: v1...v1.0.1
v1.0.0
What's Changed
- 🌟 [Major]: Issue data parser ready by @MariusStorhaug in #2
Full Changelog: v0...v1.0.0
v0.0.1
What's Changed
- Initial version by @MariusStorhaug in #1
New Contributors
- @MariusStorhaug made their first contribution in #1
Full Changelog: https://github.com/PSModule/Get-IssueFormData/commits/v0.0.1