Commit Graph
6 Commits
Author SHA1 Message Date
7a0147b5c6 @actions/glob: convert to an ESM module (#2273)
* `@actions/glob`: convert to an ESM module

* Update packages/glob/RELEASES.md

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
2026-01-29 10:41:33 -05:00
Josh GrossandGitHub 50f2977cce Add glob option to ignore hidden files (#1791)
* Add glob option to ignore hidden files

* Use the basename of the file/directory to check for `.`

* Ensure the `excludeHiddenFiles` is properly copied

* Allow the root directory to be matched

* Fix description of `excludeHiddenFiles`

* Document Windows hidden attribute limitation

* Bump version

* `lint`

* Document 0.5.0 release

* Lint again
2024-08-15 17:13:49 -04:00
439eaced07 Add directory filtering to globber (#728)
Co-authored-by: Thomas Boop <[email protected]>
2021-06-01 15:57:03 -04:00
Luke TomlinsonandGitHub 98549fbf21 Prevent accidental file matching when glob contains trailing slash (#805)
* Draft Solution

* Update internal-globber.ts

* Cleanup

* Fix Test

* Cleanup
2021-05-14 14:12:26 -04:00
Pierre GrimaudandGitHub a28977e977 Fix typos (#417) 2020-04-20 12:56:03 +02:00
eric scipleandGitHub 1a2c592903 multiple glob patterns (#287) 2020-01-09 15:05:31 -05:00