mirror of
https://gitea.com/actions/stale.git
synced 2026-07-20 04:22:20 +00:00
a88f7b30b9
* Update github package * Update dist * Use @actions/github@5.0.1 * Cleanup * More cleanup
4 lines
45 B
TypeScript
4 lines
45 B
TypeScript
export interface ILabel {
|
|
name?: string;
|
|
}
|