Skip to content

Commit 6e4bc27

Browse files
committed
Version bump. Update readme
1 parent 1f35010 commit 6e4bc27

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.2.1] - 2019-01-15
9+
10+
### Fixed
11+
12+
- Action will now only attempt to post a PR comment if a valid comments URL is found in the action payload
13+
814
## [1.2.0] - 2019-01-14
915

16+
### Changed
17+
1018
- Reorganize project so it is compatible with GitHub Marketplace
1119

1220
## [1.1.0] - 2018-01-06

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
![Actions Status](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/badge/devblackops/github-action-psscriptanalyzer)
2-
31
# github-action-psscriptanalyzer
42

53
[GitHub Action](https://github.com/features/actions) to run [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) static code analysis checks on [Pull Requests](https://help.github.com/articles/about-pull-requests/).
@@ -12,6 +10,7 @@ If any warnings or informational issues are found, a comment will be posted to t
1210
## Usage
1311

1412
Place the following in your `./github/main.workflow` file to run PSScriptAnalyzer on incoming pull requests.
13+
This action can be triggered from other GitHub events but analyzer results will only be posted as comments to pull requests.
1514

1615
> Make sure `secrets = ["GITHUB_TOKEN"]` is present as it is required to post a comment back to the pull request.
1716

0 commit comments

Comments
 (0)