Commit Graph

53 Commits

Author SHA1 Message Date
Ajay
ed8d809b61 Merge pull request #40 from actions/ajaykn/fix-go-release
Some checks failed
goreleaser / goreleaser (push) Has been cancelled
Fix go release workflow by updating to latest version
v202205310731
2022-05-24 16:26:34 +09:00
Ajay
f954333d85 Merge pull request #39 from actions/ajaykn/fix-codescan-xss
Fixing cross site scripting codescan alert
2022-05-24 15:02:12 +09:00
Ajaykn-mac
583a6f059c Fixing cross site scripting codescan alert 2022-05-24 09:08:30 +05:30
Ajaykn-mac
6441a9b8a4 Fix go release workflow by updating to latest version 2022-05-24 09:06:37 +05:30
Florian Wagner
9f9e05c05e Merge pull request #38 from actions/h2floh/remove_rcss_in_test_server
Escaping user/api input in test server
2022-04-28 22:20:08 -07:00
Florian Wagner
c972445c27 escaping user input
Signed-off-by: GitHub <noreply@github.com>
2022-04-29 04:59:19 +00:00
Florian Wagner
9f2780c5e5 Merge pull request #37 from actions/h2floh/bump_versions
Bump dependencies
2022-04-27 19:32:12 -07:00
Florian Wagner
d6e165b56d Merge pull request #36 from actions/h2floh/bump_versions-licenses
License updates for h2floh/bump_versions
2022-04-25 20:39:16 -07:00
licensed-ci
57a09b71d4 Auto-update license files 2022-04-26 03:38:28 +00:00
Florian Wagner
bde5f88201 bump go modules
Signed-off-by: GitHub <noreply@github.com>
2022-04-26 03:37:19 +00:00
Florian Wagner
062fe61ca3 Merge pull request #35 from actions/h2floh/fix_ci
Bringing CI back on fix bootstrap and lint script
2022-04-25 00:27:24 -07:00
Florian Wagner
a824e38f4f fix bootstrap and lint script
Signed-off-by: GitHub <noreply@github.com>
2022-04-25 04:27:33 +00:00
ajaykn
e60fba28c0 Create codeql-analysis.yml 2022-04-12 02:59:15 +09:00
ajaykn
6eeb22a901 Merge pull request #31 from bvennam/patch-1
update code owners to actions-policy
2022-01-14 15:41:15 +09:00
Belinda Vennam
1cb196bfc3 update code owners to actions-policy 2022-01-11 10:16:06 -05:00
ajaykn
3bd8d62e5a Merge pull request #30 from actions/ajaykn/update-go-version
update go version to 1.16 to fix the CI build
2022-01-08 01:21:02 +09:00
Ajaykn-mac
b77c0b6ce5 update go version to 1.16 to fix the CI build 2022-01-08 01:13:58 +09:00
ajaykn
abfafb927f Merge pull request #17 from HollowMan6/patch-1
Fix typo
2021-02-16 01:57:06 +09:00
Hollow Man
922ebefddc Fix typo
seperate -> separate
2021-02-15 15:08:23 +08:00
Josh Gross
2bed546ab6 Merge pull request #16 from lowply/patch-1 2021-02-13 11:31:10 -05:00
Sho Mizutani
8cf67b3daa Update README.md
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-02-14 00:51:03 +09:00
Sho Mizutani
fdb1a90cd0 Mention the workflow scope 2021-02-12 14:03:58 +09:00
Josh Gross
d82fba7861 Merge pull request #13 from actions/joshmgross/update-codeowners
Use actions-experience for CODEOWNERS
2020-12-09 11:33:50 -05:00
Josh Gross
b32f4db973 Use actions-experience for CODEOWNERS 2020-12-07 13:31:46 -05:00
Andy McKay
a4712be8a5 Merge pull request #10 from pjquirk/patch-1
Fix a spelling mistake
2020-11-13 07:28:58 -08:00
Chris Sidi
0a96001175 Merge pull request #11 from thboop/main
Swap to environment files
2020-09-30 10:47:25 -04:00
Thomas Boop
e5194a7cd8 swap to environment file 2020-09-28 17:23:10 -04:00
PJ Quirk
092b199c45 Fix a spelling mistake 2020-09-25 15:31:52 -04:00
Chris Sidi
5940838682 Release 202009231612
Some checks failed
goreleaser / goreleaser (push) Has been cancelled
v202009231612
2020-09-23 16:12:20 -04:00
Chris Sidi
474c0d75a8 Merge pull request #9 from hashtagchris/issue1
Create the organization if it doesn't exist
2020-09-23 16:05:40 -04:00
Chris Sidi
d39e48f007 Create org if necessary 2020-09-22 13:57:42 -04:00
Chris Sidi
4e5bb47042 Better error message when org doesn't exist
* Produce a better error message when the destination org doesn't exist.
* Support pushing to the authenticated user's account

**Before**
`error creating github repository `synced-actions/setup-node`: error creating repository: POST http://my-ghes-hostname/api/v3/orgs/synced-actions/repos: 404 Not Found []`

**After**
`error creating github repository `synced-actions/setup-node`: Organization `synced-actions` doesn't exist at http://my-ghes-hostname. You must create it first.`

https://github.com/actions/actions-sync/issues/1
2020-09-21 22:08:06 -04:00
Chris Sidi
9c28fe38c9 Merge pull request #8 from hashtagchris/issue2
Honor repo flag on sync
2020-09-21 16:52:35 -04:00
Chris Sidi
fec74ead01 Add more tests 2020-09-21 12:08:01 -04:00
Chris Sidi
b5e5d3423b Add tests 2020-09-21 12:08:01 -04:00
Chris Sidi
8862a56600 Honor repo flags on sync and push 2020-09-18 17:15:16 -04:00
Anthony Sterling
bc20d5071b Release 202008101504
Some checks failed
goreleaser / goreleaser (push) Has been cancelled
v202008101504
2020-08-10 15:04:52 +01:00
Anthony Sterling
27d5069550 Merge pull request #6 from chrisgavin/fix-incorrect-message
Fix some incorrect error messages.
2020-08-10 14:51:08 +01:00
Anthony Sterling
8cdfdec64a Merge pull request #7 from chrisgavin/fix-cache-dir-not-required
Fix `--cache-dir` not actually being marked as a required flag.
2020-08-10 14:50:50 +01:00
Chris Gavin
732ce15227 Fix some incorrect error messages. 2020-08-06 15:03:38 +01:00
Chris Gavin
7f01c4dc4d Fix --cache-dir not actually being marked as a required flag. 2020-08-06 14:58:30 +01:00
Anthony Sterling
282f386ced Release 202007141234
Some checks failed
goreleaser / goreleaser (push) Has been cancelled
v202007141234
2020-07-14 12:34:54 +01:00
Anthony Sterling
cf3d098c7a Merge pull request #5 from actions/remove-master-from-tests
Remove references to master from tests
2020-07-14 12:33:53 +01:00
Anthony Sterling
71a43cffca update test docs to refer to main 2020-07-14 12:28:33 +01:00
Anthony Sterling
735b1d3c28 rename master to main in build tests 2020-07-14 12:27:39 +01:00
Anthony Sterling
61c2f4ac26 Release 202007131324
Some checks failed
goreleaser / goreleaser (push) Has been cancelled
v202007131324
2020-07-13 13:24:50 +01:00
Anthony Sterling
c6f5906aa1 add nil check for create repo response 2020-07-13 13:24:20 +01:00
Andy McKay
216045d0eb Update README.md
Less words, less grammar errors.
2020-07-09 10:59:29 -07:00
Andy McKay
de2c7907a1 Update README.md 2020-07-08 15:39:53 -07:00
Andy McKay
162e340368 Merge pull request #3 from actions/improve-readme.png
Update the readme a bit
2020-07-08 15:39:01 -07:00