Skip to content

Commit 10bec24

Browse files
committed
📝 Move to github actions
1 parent f0bd1bb commit 10bec24

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/lock-closed.yml

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
#
2-
# lock-closed.yml
3-
# Lock closed issues after a period of inactivity
4-
#
5-
61
name: Lock Closed Issues
72

83
on:

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Mark stale issues and pull requests
22

33
on:
44
schedule:
5-
- cron: "30 1 * * *"
5+
- cron: "30 1 * * *"
66

77
jobs:
88
stale:

0 commit comments

Comments
 (0)