Commit Graph

72 Commits

Author SHA1 Message Date
Stefan Petrushevski
f1c8401a59 resolve merge conflicts 2023-05-30 18:04:26 +02:00
Stefan
20f1bbadfc Update README.md
Co-authored-by: Justin Holguín <juxtin@github.com>
2023-05-26 20:20:06 +02:00
Stefan
16c0c13a8b Update README.md
Co-authored-by: Justin Holguín <juxtin@github.com>
2023-05-17 09:44:49 +02:00
Federico Builes
654eb5ca1c Updating README.md 2023-04-06 21:42:26 +02:00
Federico Builes
50b918791f Update README. 2023-04-06 17:59:34 +02:00
Stefan Petrushevski
1896d6f936 Clean up; updated docs 2023-04-06 10:49:30 +02:00
Stefan Petrushevski
d3fdbc93c5 Build and updated README 2023-04-06 09:58:14 +02:00
Stefan Petrushevski
e17845d155 README changes as per PR comments 2023-03-16 11:23:57 +01:00
Stefan Petrushevski
f0bda66bbf updated README 2023-03-08 15:44:01 +01:00
Federico Builes
d11e757f70 No support for custom branches note in README. 2023-03-06 09:13:40 +01:00
David Losert
1c85e9db8d Adds option to write summary into a pr comment 2023-02-16 10:03:16 +00:00
cnagadya
8f801ec4bb Update external-repo-token requirements 2022-11-15 12:25:35 +00:00
Federico Builes
9b3a7f61dd Minor README tweaks. 2022-11-11 11:26:05 +01:00
Federico Builes
a4761312ac Add pull_request to the list of events that don't need refs. 2022-11-11 11:23:46 +01:00
Federico Builes
28c7c8c314 Set the correct default for license-check in README. 2022-11-11 11:17:08 +01:00
Courtney Claessens
8e5000107a Update README.md 2022-11-10 20:01:11 -05:00
Courtney Claessens
89a074ec7e Update README.md 2022-11-10 19:59:21 -05:00
Courtney Claessens
8d7a4c48ad Update README.md 2022-11-10 19:55:22 -05:00
Courtney Claessens
2f59625b62 reorg the readme 2022-11-10 19:51:20 -05:00
Federico Builes
5ea8fbfb83 Update docs for config file paths. 2022-11-10 08:18:58 +01:00
Federico Builes
c72eb06e71 Update README.md
Co-authored-by: Courtney Claessens <courtneycl@github.com>
2022-11-10 07:59:35 +01:00
Federico Builes
aa409fa6cd Update README.md
Co-authored-by: Courtney Claessens <courtneycl@github.com>
2022-11-10 07:59:28 +01:00
Federico Builes
5aaa78ce3c Update README.md
Co-authored-by: Courtney Claessens <courtneycl@github.com>
2022-11-10 07:59:15 +01:00
Federico Builes
59a4f4c4ba Fixing typo in README.md 2022-11-09 13:24:07 +01:00
Federico Builes
418ae59d51 Replace TODO with instructions for getting PAT. 2022-11-08 17:51:31 +01:00
Federico Builes
c38007a979 Don't abbreviate repo in docs.
In general let's try not to use abbreviations in public
documentation.
2022-11-08 17:45:23 +01:00
cnagadya
ebe5527e72 Fix readme typo 2022-11-08 11:23:48 +00:00
cnagadya
f0ff0b670a Rename config token > external-repo-token 2022-11-08 11:16:26 +00:00
cnagadya
b55cddb69d Use config-file for both remote and local config-files 2022-11-07 12:12:03 +00:00
cnagadya
b4a2fbfa16 Complete functionality for handling remote config file 2022-11-04 14:51:41 +00:00
Federico Builes
683cbc4872 Merge branch 'main' into external-repo-config 2022-11-01 08:11:26 +01:00
Eric Cornelissen
f54a1f3b74 Document the license-check & vulnerability-check config options
Include the license-check and vulnerability-check options in the config
documentation in the README.

Also fix a typo in the README ("configuraton" -> "configuration").
2022-10-28 22:23:33 +02:00
cnagadya
216fafaed5 PR feedback
Co-authored-by: Federico Builes <febuiles@github.com>
2022-10-28 11:23:05 +02:00
cnagadya
52fa73c086 Update readme licenses sections 2022-10-26 10:54:12 +00:00
Federico Builes
74c047086c Adding README and action.yml for external config files. 2022-10-21 17:34:20 +02:00
Sarah Aladetan
12ae1bd550 Update wording in README.md
Co-authored-by: Federico Builes <febuiles@github.com>
2022-09-23 12:32:46 -07:00
Sarah Aladetan
241ff73141 add doc on allow-ghsas to readme 2022-09-22 22:44:17 +00:00
Federico Builes
6944531f76 Update README.md 2022-09-22 14:26:27 +02:00
Federico Builes
88502badc9 Update README.md
Co-authored-by: Sarah Aladetan <sarahkemi@github.com>
2022-09-22 08:03:23 +02:00
Federico Builes
38ee6e8360 Improve scopes example in new docs. 2022-09-21 16:53:20 +02:00
Federico Builes
54cd9a7cba Merge branch 'main' into external-config
# Conflicts:
#	README.md
#	__tests__/config.test.ts
#	dist/index.js.map
#	src/config.ts
#	src/schemas.ts
2022-09-21 16:50:02 +02:00
Sarah Aladetan
de48c615a3 build and package scope filtering 2022-09-20 15:18:31 +00:00
Federico Builes
61f19e6447 Let the users set the path for the config file. 2022-09-20 15:15:14 +02:00
Federico Builes
07a7056819 Update README to include config-file option. 2022-09-19 16:46:42 +02:00
Sarah Aladetan
10bc05df70 ensure scope filtering is backward compatible with enterprise rest api versions 2022-09-16 19:13:58 +00:00
Sarah Aladetan
e641ee9a41 update readme with notes on dependency scopes 2022-09-16 16:45:59 +00:00
Federico Builes
6dfe5fd567 Force line-breaks. 2022-09-06 14:36:50 +02:00
Federico Builes
71a0ed0a31 Updating the README to include instructions for both config file options. 2022-09-06 14:30:39 +02:00
Federico Builes
0e0d6ec5d6 Merge branch 'main' into add-summary 2022-08-18 16:11:15 +02:00
Federico Builes
54af7c7fbe Merge branch 'main' into WillDaSilva-main.
Took the time to tweak the README.

# Conflicts:
#	README.md
#	dist/index.js.map
2022-08-18 14:56:08 +02:00