Commit graph

147 commits

Author SHA1 Message Date
Casey Vega
7680d58cd5
merge with master 2020-07-06 11:11:35 -07:00
Zack Koppert
93bf4a79d4
Merge pull request #354 from github/auto-draft-releases
Auto draft releases
2020-07-06 08:51:18 -07:00
Zack Koppert
2bf3e5a8f6
Merge branch 'master' into addEditorconfigChecker 2020-07-06 08:19:23 -07:00
Lukas Gravley
a0d4a72341
Merge branch 'master' into add-htmlhint 2020-07-06 09:00:52 -05:00
Lukas Gravley
dd08d03449
Merge pull request #381 from github/dependabot/github_actions/Actions-R-Us/actions-tagger-v2.0.1
Bump Actions-R-Us/actions-tagger from v2.0.0 to v2.0.1
2020-07-06 08:56:03 -05:00
dependabot[bot]
682eafc49d
Bump Actions-R-Us/actions-tagger from v2.0.0 to v2.0.1
Bumps [Actions-R-Us/actions-tagger](https://github.com/Actions-R-Us/actions-tagger) from v2.0.0 to v2.0.1.
- [Release notes](https://github.com/Actions-R-Us/actions-tagger/releases)
- [Commits](https://github.com/Actions-R-Us/actions-tagger/compare/v2.0.0...95c51c646e75db5c6b7d447e3087bcee58677341)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-06 13:12:47 +00:00
dependabot[bot]
223f280be6
Bump actions/github-script from v2.3.1 to v2
Bumps [actions/github-script](https://github.com/actions/github-script) from v2.3.1 to v2.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v2.3.1...6e5ee1dc1cb3740e5e5e76ad668e3f526edbfe45)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-06 13:12:46 +00:00
Casey Vega
407f411e21
adding dart support 2020-07-06 01:17:20 -07:00
Terence Dignon
40ca4c5f96 Add HTML support to super-linter 2020-07-04 18:14:27 -04:00
Max Strübing
9a838766cb
Add editorconfig-checker
see: https://github.com/editorconfig-checker/editorconfig-checker/
2020-07-03 09:19:55 +02:00
Zack Koppert
b3e7efc7df
Typo
Co-authored-by: Yogi <me@yogi.codes>
2020-07-02 22:35:27 -07:00
Eric Nemchik
56609617a9 Use full version numbers for GHA
Dependabot will update these automatically
2020-07-02 20:16:27 -05:00
Eric Nemchik
692fecfd00
Create dependabot.yml 2020-07-02 20:09:24 -05:00
Lucas Gravley
b3d7992c5a making pretty 2020-07-02 12:46:30 -05:00
Thomas Hughes
6ac941f981
Create stale.yml 2020-07-02 12:30:44 -05:00
Zack Koppert
2a4bbd0463
formatting updates 2020-07-02 08:46:42 -07:00
Zack Koppert
c82d932e32
Auto release drafting note 2020-07-01 21:03:31 -07:00
Zack Koppert
a1523519ed
Request labeling on all PRs 2020-07-01 20:57:01 -07:00
Zack Koppert
dc13d9bf31
Create draft-release.yml 2020-07-01 20:44:16 -07:00
Zack Koppert
1be8483c0d
Create release-drafter.yml 2020-07-01 20:36:59 -07:00
Lucas Gravley
6812f75bd9 fix for forked duplicates 2020-07-01 08:35:15 -05:00
Lucas Gravley
517c8acb5e cleanup versioning file 2020-07-01 08:12:09 -05:00
Eric Nemchik
16adeb005e Build image locally for dev 2020-06-30 16:56:24 -05:00
Zack Koppert
c2efbea883
Merge pull request #273 from github/stack-linter-forks
workflows/stack-linter: run on forks
2020-06-30 12:54:48 -07:00
Mike McQuaid
f1e46e8e76
workflows/stack-linter: only build master branch. 2020-06-30 09:38:18 +01:00
Zack Koppert
049abb3cc3
no doc changes on release unless major update 2020-06-29 14:26:43 -07:00
Lukas Gravley
3e895e123b
Merge branch 'master' into cfn-lint 2020-06-29 14:24:00 -05:00
Zack Koppert
f532456430
resolve conflicts
Signed-off-by: Zack Koppert <zkoppert@github.com>
2020-06-29 11:47:56 -07:00
Thomas Hughes
2067571f1f
Fix versioning.yml 2020-06-29 11:36:18 -05:00
Thomas Hughes
06e237d19e
Add actions-tagger workflow to automate version tags 2020-06-29 10:39:09 -05:00
Lucas Gravley
96b1e93522 Merge branch 'master' into Protolinter 2020-06-29 08:27:20 -05:00
Lucas Gravley
e29148950e Merge branch 'master' into FixPythonLint 2020-06-29 07:57:51 -05:00
Thomas Hughes
0482ce0b8f
Delete welcome_new_people.yml 2020-06-28 07:39:31 -05:00
yoheimuta
fb90d79524 Add protolint support to super-linter 2020-06-28 20:17:08 +09:00
Drew Ayling
d155ff2a3c Fix honoring pylint config file
The pylint config file is correctly being applied to
the pylint command, however, the `-E` flag is actually
not honoring any of the disabled messages in the
`.python-lint` file. By making this change to the
default lint file only the errors are output as expected
but honoring the disabled messages. Also, disable the score
as the -E flag also does.
2020-06-26 17:13:24 -06:00
Guillaume Delacour
f1d1b1cbe2
Add AWS CloudFormation templates linting 2020-06-26 21:52:38 +02:00
Thomas Hughes
1495c3b22c
Add step to ensure release is on marketplace 2020-06-26 10:45:43 -05:00
Lukas Gravley
d0e2a292ee
Merge pull request #286 from github/OpenAPI
Open api
2020-06-26 09:25:18 -05:00
Thomas Hughes
063e48d9c4
Remove spell-checker 2020-06-26 08:35:36 -05:00
Lukas Gravley
625841f40f
Merge branch 'master' into OpenAPI 2020-06-26 08:19:10 -05:00
Lukas Gravley
910901a3bb
Merge pull request #256 from github/ClojureLint
Clojure lint
2020-06-26 07:38:36 -05:00
Josh Soref
ce9b8526f8
Proactively add GitHub markdown emojis 2020-06-25 16:56:06 -04:00
Zack Koppert
00b3146f29
Add spelling to dictionary
Signed-off-by: Zack Koppert <zkoppert@github.com>
2020-06-25 07:07:28 -07:00
Mike McQuaid
1a30f1f026
workflows/stack-linter: run on forks
As discussed with @zkoppert, this should enabled CI to run on forks to this repository.
2020-06-25 14:36:30 +01:00
Justin Kalland
79671724a0 Add OpenAPI to disabling-linters doc 2020-06-25 12:21:11 +02:00
Zack Koppert
e18ef2cd3b
Merge pull request #270 from github/welcome-message
Create welcome_new_people.yml
2020-06-24 20:37:19 -07:00
Zack Koppert
097d6b4737
Add words to the spelling dictionary that are not mispelled
Signed-off-by: Zack Koppert <zkoppert@github.com>
2020-06-24 16:49:11 -07:00
Zack Koppert
78e5cd2552
add github token
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2020-06-24 16:22:44 -07:00
Zack Koppert
4b0c348514
Create welcome_new_people.yml
Thought it would be fun to welcome newcomers to the repo since there have been so many!
2020-06-24 15:54:36 -07:00
Lucas Gravley
d6b1e51212 Merge branch 'master' into SpellingCheck 2020-06-24 15:43:23 -05:00