mirror of
https://github.com/actions/labeler
synced 2026-05-07 08:41:02 +02:00
7 lines
205 B
TypeScript
7 lines
205 B
TypeScript
export * from './get-changed-files';
|
|
export * from './get-changed-pull-requests';
|
|
export * from './get-content';
|
|
export * from './get-label-configs';
|
|
export * from './set-labels';
|
|
export * from './types';
|