Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Julian-O/buildozer
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-O committed Dec 10, 2023
2 parents 6fcea49 + 4fd9875 commit e2a95de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
issue_comment:
types: [created]
schedule:
# Schedule for five minutes after the hour, every hour
- cron: '5 * * * *'
# Schedule for an arbitrary time (5am) once every day
- cron: '* 5 * * *'

jobs:
noResponse:
# Don't run if in a fork
if: github.repository_owner == 'kivy'
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb
Expand Down

0 comments on commit e2a95de

Please sign in to comment.