Commit Graph

746 Commits

Author SHA1 Message Date
github-actions e6cd692ec0 v0.1.147 2023-02-18 00:13:23 +00:00
Christopher Schleiden 6591837bc6 Merge pull request #156 from github/cschleiden/perf
Cache repo secrets
2023-02-17 16:10:12 -08:00
Christopher Schleiden 1e5c0f13a4 Cache repo secrets 2023-02-17 15:59:34 -08:00
github-actions 39429731fb v0.1.146 2023-02-17 23:42:31 +00:00
Josh Gross 607c1634be Merge pull request #154 from github/joshmgross/debug-runenr-label-failures
Log runner label errors as debug
2023-02-17 18:39:43 -05:00
Josh Gross b56cbaae2a Log runner label errors as debug 2023-02-17 18:05:17 -05:00
github-actions 2c148d1595 v0.1.145 2023-02-16 23:52:21 +00:00
Christopher Schleiden 28f4786723 Merge pull request #153 from github/cschleiden/time-operations
Time LS operations
2023-02-16 15:49:35 -08:00
Christopher Schleiden 5acb568f33 Time operations 2023-02-16 15:26:20 -08:00
github-actions f2763d3b8c v0.1.144 2023-02-16 22:33:09 +00:00
Christopher Schleiden cef052642d Merge pull request #151 from github/cschleiden/webhook-payloads
Use `webhooks.json` to provide event payloads for validation/completion/hover
2023-02-16 14:30:07 -08:00
Christopher Schleiden 89cf4ee6f9 Remove unused dependency 2023-02-16 14:18:01 -08:00
Christopher Schleiden aadb371167 Do not update webhooks automatically 2023-02-16 13:48:36 -08:00
Christopher Schleiden 534a048e5f Fetch webhooks before publish 2023-02-16 13:47:19 -08:00
Christopher Schleiden cbed478d48 Use event payloads from the webhook schema 2023-02-16 12:28:29 -08:00
Christopher Schleiden f85756a11f Generate all fields for webhooks 2023-02-16 11:48:48 -08:00
github-actions 8c36ddeccb v0.1.143 2023-02-16 00:19:49 +00:00
Laura Yu d0be8df735 Use fetchActionMetadata to check action validity (#147) 2023-02-15 16:19:05 -08:00
github-actions a3d27a797b v0.1.142 2023-02-15 21:58:14 +00:00
Josh Gross dd17b743c7 Merge pull request #150 from github/joshmgross/gen-webhooks
Add script to generate webhooks
2023-02-15 16:57:38 -05:00
Josh Gross f446b426bd Support both webhooks and x-webhooks in schema
Co-authored-by: Christopher Schleiden <cschleiden@github.com>
2023-02-15 16:23:59 -05:00
github-actions 260bff2db7 v0.1.141 2023-02-15 21:10:51 +00:00
Josh Gross f9198d7c1e Merge pull request #145 from github/joshmgross/job-output-descriptions
Add descriptions to reusable workflow outputs
2023-02-15 16:10:13 -05:00
Josh Gross b9ab261b1b Merge pull request #146 from github/joshmgross/error-policy-option
Move `ErrorPolicy` into template converter options
2023-02-15 16:10:01 -05:00
Josh Gross baeb539fa8 Add script to generate webhooks 2023-02-15 16:03:57 -05:00
github-actions 4957517e2d v0.1.140 2023-02-15 20:44:05 +00:00
Beth Brennan 1c8d61f190 Merge pull request #149 from github/elbrenn/serialize-null-token
Serialize NullToken as null
2023-02-15 15:43:27 -05:00
github-actions ba278a013f v0.1.139 2023-02-15 20:39:21 +00:00
Beth Brennan 48f52b041a Merge branch 'main' into elbrenn/serialize-null-token 2023-02-15 15:38:57 -05:00
Beth Brennan 5348312e02 Merge pull request #148 from github/elbrenn/secret-validation
Validate secrets passed in to reusable workflow job
2023-02-15 15:38:41 -05:00
Beth Brennan 3a2d6dd260 Merge branch 'main' into elbrenn/secret-validation 2023-02-15 15:35:12 -05:00
Beth Brennan d5d68f3936 Serialize NullToken as null 2023-02-15 15:26:27 -05:00
Beth Brennan 9e1bb89fa3 Validate secrets passed in to reusable workflow job 2023-02-15 14:48:26 -05:00
Josh Gross 0d647c1765 Move ErrorPolicy into template converter options 2023-02-14 16:41:34 -05:00
Josh Gross 9d402a3cb7 Add descriptions to reusable workflow outputs 2023-02-14 15:48:12 -05:00
github-actions e5e52aecf3 v0.1.138 2023-02-14 01:30:33 +00:00
Laura Yu c2eb0f630d Skip validating secrets and vars when user does not have permission (#108) 2023-02-13 17:29:55 -08:00
github-actions ed9199aa93 v0.1.137 2023-02-10 20:09:55 +00:00
Josh Gross e311fa0a27 Merge pull request #144 from github/joshmgross/read-file-constant
Replace another instance of `actions/ReadFile`
2023-02-10 15:09:09 -05:00
github-actions f7ddc4fe76 v0.1.136 2023-02-10 17:58:04 +00:00
Josh Gross 6c6f3a664c Merge pull request #143 from github/joshmgross/yaml-errors
Ensure existing context errors don't prevent parsing workflows
2023-02-10 12:56:37 -05:00
Josh Gross 4d7c661a4f Replace another instance of actions/ReadFile 2023-02-09 18:56:54 -05:00
Josh Gross e25500b8e4 Ensure existing context errors don't prevent parsing workflows 2023-02-09 18:50:05 -05:00
github-actions ff0e9ba6e2 v0.1.135 2023-02-09 17:49:46 +00:00
Josh Gross 5894a9f7c9 Merge pull request #134 from github/joshmgross/read-file-request-types
Add constants for `actions/readFile`
2023-02-09 12:48:56 -05:00
github-actions 76c468ef28 v0.1.134 2023-02-08 22:57:40 +00:00
Josh Gross 6bfa7416b5 Merge pull request #142 from github/joshmgross/rm-eval
Remove unused template evaluation code
2023-02-08 17:57:04 -05:00
Josh Gross e8060b6e15 Remove unused template evaluation code 2023-02-08 17:37:45 -05:00
github-actions ddfbc6a026 v0.1.133 2023-02-08 20:00:09 +00:00
Christopher Schleiden 097978479f Merge pull request #141 from github/cschleiden/fix-unexpected-mapping
Correctly skip unexpected mappings
2023-02-08 11:59:32 -08:00