Josh Gross
2bcb242a0a
Merge pull request #512 from actions/joshmgross/upload-artifact-update
...
Update usage of `actions/upload-artifact`
2025-01-17 13:48:42 -05:00
Josh Gross
a32a57a185
Update usage of actions/upload-artifact
2025-01-16 15:53:49 -05:00
Josh Gross
4020e461ac
Merge pull request #497 from actions/joshmgross/fix-status-badges
...
Fix workflow status badges
2024-11-04 10:31:56 -05:00
Josh Gross
ec3a5c4c4c
Fix workflow status badges
2024-11-01 18:11:15 -04:00
Joel Ambass
660ec11d82
Merge pull request #486 from actions/Jcambass-patch-1
...
Upgrade IA Publish
2024-09-17 08:47:55 +02:00
Joel Ambass
c0ceea4835
Upgrade IA Publish
2024-09-16 17:19:19 +02:00
Joel Ambass
58d7008c60
Merge pull request #485 from actions/Jcambass-patch-1
...
Add workflow file for publishing releases to immutable action package
2024-09-13 16:53:23 +02:00
Joel Ambass
b9f8f75f36
Add workflow file for publishing releases to immutable action package
...
This workflow file publishes new action releases to the immutable action package of the same name as this repo.
This is part of the Immutable Actions project which is not yet fully released to the public. First party actions like this one are part of our initial testing of this feature.
2024-09-13 13:35:58 +02:00
Josh Gross
35b1cdd1b2
Merge pull request #482 from benelan/main
...
Upgrade husky to v9
2024-07-29 16:07:40 -04:00
Ben Elan
3c6a5c5d52
empty commit
2024-07-26 18:10:15 -07:00
Ben Elan
c44be22d0b
Upgrade husky to v9
2024-07-24 20:48:36 -07:00
Timo
adfd270e4b
Specify that the script is JavaScript
2024-07-10 10:44:37 +02:00
Nick Schonning
adc04e7dd8
chore: Add Dependabot for NPM and Actions
2024-06-03 18:13:31 -04:00
Josh Gross
60a0d83039
Merge pull request #440 from actions/joshmgross/v7.0.1
...
Update version to 7.0.1
v7.0.1
2023-11-17 17:20:07 -05:00
Josh Gross
b7fb2001b4
Update version to 7.0.1
2023-11-17 14:15:20 -05:00
Josh Gross
12e22ed06b
Merge pull request #439 from actions/joshmgross/avoid-setting-base-url
...
Avoid setting `baseUrl` to undefined when input is not provided
2023-11-17 14:13:03 -05:00
Josh Gross
d319f8f5b5
Avoid setting baseUrl to undefined when input is not provided
2023-11-17 11:59:30 -05:00
Josh Gross
e69ef5462f
Merge pull request #425 from actions/joshmgross/node-20
...
Update dependencies and use Node 20
v7.0.0
2023-11-13 13:02:38 -05:00
Josh Gross
ee0914b839
Update licenses
2023-11-09 10:06:25 -05:00
Josh Gross
d6fc56f33b
Use @types/node for Node 20
2023-11-08 11:16:50 -05:00
Josh Gross
384d6cf581
Fix quotations in tests
2023-11-08 10:07:35 -05:00
Josh Gross
84724927e3
Only validate GraphQL previews
2023-11-08 10:03:49 -05:00
Josh Gross
84903f5182
Remove node-fetch from type
2023-11-08 09:54:09 -05:00
Josh Gross
5349cf9965
Merge branch 'main' into joshmgross/node-20
2023-11-08 09:45:02 -05:00
Josh Gross
ecae9eb535
Merge pull request #402 from typed-actions/export-types
...
Expose async-function argument type
2023-11-08 09:34:16 -05:00
Viktorlo
044ebbb945
Merge branch 'main' into export-types
2023-11-08 11:14:47 +01:00
Josh Gross
6b5d3eac1f
Merge pull request #429 from robandpdx/add-base-url-option
...
Add base-url option
2023-10-31 14:33:41 -04:00
Rob Anderson
5940a76378
add example to description of base-url parameter
2023-10-23 17:37:49 -06:00
Rob Anderson
ef8023aa4a
Update action.yml
...
Co-authored-by: Josh Gross <joshmgross@github.com >
2023-10-23 19:35:20 -04:00
Rob Anderson
e8957ff5ee
generate dist changes for addition of base-url
2023-10-23 16:35:17 -06:00
Rob Anderson
ea121b86f9
add base-url option
2023-10-20 10:16:28 -06:00
Josh Gross
22dcf8ad68
Add shell to run step
2023-10-12 13:14:48 -04:00
Josh Gross
a903cf2d66
Add install deps action to reuse between workflows
2023-10-12 13:11:41 -04:00
Josh Gross
30d8f852ac
Fix version number in breaking changes section
...
Co-authored-by: Martin Costello <martin@martincostello.com >
2023-10-12 13:06:36 -04:00
Josh Gross
999c7fb9fe
Use setup-node in licensed workflow
2023-10-11 16:21:07 -04:00
Josh Gross
47bc917394
Specify Node 20 in workflows and examples
2023-10-11 16:18:35 -04:00
Josh Gross
84ab08fe8b
Update dependencies and use Node 20
2023-10-11 16:11:59 -04:00
Josh Gross
1f16022c75
Merge pull request #422 from actions/joshmgross/update-codeowners
...
Update CODEOWNERS to the Launch team
2023-10-02 11:55:52 -04:00
Josh Gross
5d8f827854
Update CODEOWNERS to the Launch team
2023-10-02 11:53:14 -04:00
Viktor Lott
21446ed76b
Remove alternative setup documentation
2023-08-18 09:30:09 +02:00
Viktorlo
c857fcb22b
Update alternative-setup.md
2023-07-28 11:34:17 +02:00
Viktorlo
ba13a89bc9
Update README.md
2023-07-28 11:30:13 +02:00
Viktor Lott
56bdc6c318
Expose async-function argument type
...
We are exposing the async-function argument type for jsDoc
type declaration support. This means that we now could do:
"npm i -D @types/github-script@github:actions/github-script"
and the add:
"@param {import('@types/github-script').AsyncFunctionArguments}
AsyncFunctionArguments".
This could obviously be done in other ways too, like using
"@typed-actions/github-script" instead. But it seems better
to use the actual source repository instead of a third-party
library to import the type declaration.
2023-07-03 13:56:46 +02:00
Josh Gross
6f00a0b667
Merge pull request #383 from actions/joshmgross/templates
...
Add more issue templates
2023-05-05 16:26:55 -04:00
Josh Gross
3a27f0b193
Add more issue templates
2023-05-04 18:17:04 -04:00
Josh Gross
060d68304c
Merge pull request #285 from navarroaxel/patch-1
...
Fix typo in README
2023-04-07 18:13:09 -04:00
Josh Gross
d324628d3c
Merge branch 'main' into patch-1
2023-04-07 18:04:40 -04:00
Josh Gross
6dcbc7ebb3
Merge pull request #364 from actions/joshmgross/remove-path-filters
...
Remove path filters from check-dist workflow
2023-04-07 18:04:15 -04:00
Josh Gross
9e54a4c141
Remove path filters from check-dist workflow
2023-04-07 14:45:58 -04:00
Josh Gross
29423367f0
Merge branch 'main' into patch-1
2023-04-07 11:49:55 -04:00