File tree Expand file tree Collapse file tree 13 files changed +144
-8
lines changed
Expand file tree Collapse file tree 13 files changed +144
-8
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ version : 2.1
3+ orbs :
4+ kitchen : sous-chefs/kitchen@2
5+ workflows :
6+ danger :
7+ jobs :
8+ - kitchen/danger :
9+ name : danger
10+ context : Danger-Minimal
Original file line number Diff line number Diff line change 1+ use chefworkstation
Original file line number Diff line number Diff line change 1+ ---
2+ name : md-links
3+
4+ " on " :
5+ pull_request :
6+ push :
7+ branches : [master]
8+
9+ jobs :
10+ md-links :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - name : Check out code
14+ uses : actions/checkout@master
15+ - name : markdown-link-check
16+ uses : gaurav-nelson/github-action-markdown-link-check@v1
17+ with :
18+ use-verbose-mode : " yes"
19+ folder-path : " documentation"
Original file line number Diff line number Diff line change 1+ ---
2+ name : Mark stale issues and pull requests
3+
4+ " on " :
5+ schedule :
6+ - cron : " 0 0 * * *"
7+
8+ jobs :
9+ stale :
10+
11+ runs-on : ubuntu-latest
12+
13+ steps :
14+ - uses : actions/stale@v3
15+ with :
16+ repo-token : ${{ secrets.GITHUB_TOKEN }}
17+ close-issue-message : >
18+ Closing due to inactivity.
19+ If this is still an issue please reopen or open another issue.
20+ Alternatively drop by the #sous-chefs channel on the [Chef Community Slack](http://community-slack.chef.io/) and we'll be happy to help!
21+ Thanks, Sous-Chefs.
22+ days-before-close : 7
23+ days-before-stale : 365
24+ stale-issue-message : >
25+ Marking stale due to inactivity.
26+ Remove stale label or comment or this will be closed in 7 days.
27+ Alternatively drop by the #sous-chefs channel on the [Chef Community Slack](http://community-slack.chef.io/) and we'll be happy to help!
28+ Thanks, Sous-Chefs.
Original file line number Diff line number Diff line change 11* .rbc
22.config
33InstalledFiles
4- lib /bundler /man
54pkg
65test /tmp
76test /version_tmp
@@ -16,11 +15,11 @@ _Store
1615* .bk
1716* .bkup
1817
19- # editor temp files
18+ # editor files
2019.idea
2120. * .sw [a-z ]
2221
23- # ruby/bundler files
22+ # ruby/bundler/rspec files
2423.ruby-version
2524.ruby-gemset
2625.rvmrc
Original file line number Diff line number Diff line change 1+ ---
2+ PreCommit :
3+ TrailingWhitespace :
4+ enabled : true
5+ YamlLint :
6+ enabled : true
7+ Rspec :
8+ enabled : true
9+ required_executable : ' rspec'
10+ Cookstyle :
11+ enabled : true
12+ required_executable : ' cookstyle'
13+ command : ["cookstyle"]
14+ Delivery :
15+ enabled : true
16+ required_executable : ' delivery'
17+ flags : ['local', 'all']
18+ CommitMsg :
19+ HardTabs :
20+ enabled : true
Original file line number Diff line number Diff line change 44 " rebornix.ruby" ,
55 " editorconfig.editorconfig"
66 ]
7- }
7+ }
Original file line number Diff line number Diff line change 1+ ---
2+ extends: default
3+ rules:
4+ line-length:
5+ max: 256
6+ level: warning
7+ document-start: disable
Original file line number Diff line number Diff line change 1- Please refer to the Chef Community Code of Conduct at < https://www.chef.io/code-of-conduct/ >
1+ # Community Guidelines
2+
3+ This project follows the Chef Community Guidelines < https://docs.chef.io/community_guidelines.html >
Original file line number Diff line number Diff line change 1+ # Contributing
2+
13Please refer to
2- https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD
4+ [ https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD ] ( https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD )
You can’t perform that action at this time.
0 commit comments