Skip to content

Commit

Permalink
tentative fix for issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-instantish-test-account-2 committed Oct 1, 2020
1 parent d675611 commit 6588fa9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Put labels on autopilot with Instantish
on:
create:
branches:
- master
paths:
- .github/labels.yml
push:
branches:
- master
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/milestones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: "Put milestones on autopilot"
on:
schedule:
- cron: "0 * * * *"
create:
branches:
- master
paths:
- .github/workflows/milestones.yml
push:
branches:
- master
Expand Down

0 comments on commit 6588fa9

Please sign in to comment.