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
9 changes: 8 additions & 1 deletion .github/workflows/prevent-file-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@
name: prevent-file-change

"on":
pull_request:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize

permissions:
contents: read
pull-requests: write

jobs:
prevent-file-change:
permissions:
contents: read
pull-requests: write
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.0.3
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
config:
ul-style: false # MD004 - release-please generates "*" in CHANGELOG.md
ul-indent: false # MD007
line-length: false # MD013
no-duplicate-heading: false # MD024
Expand Down
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Standardise files with files in sous-chefs/repo-management

* Standardise files with files in sous-chefs/repo-management
* Partially modernize cookbook
- Refactor library helper
* Refactor library helper
* Properly set repositories for various supported platforms
* Cleanup and Fix CI
* Add support to various platforms
Expand Down Expand Up @@ -136,11 +136,11 @@ Standardise files with files in sous-chefs/repo-management
## [1.1.0] - 2018-08-13

* README Updates:
- Fix broken links
- Add reference to Wazzuh
* Fix broken links
* Add reference to Wazzuh
* General updates to cookbook
- Remove EOL distros
- Update for current supported Chef version (13)
* Remove EOL distros
* Update for current supported Chef version (13)

## [1.0.5] - 2014-04-15

Expand Down
Loading