Skip to content

Commit

Permalink
fix(ci): reminder bot
Browse files Browse the repository at this point in the history
- schedule trigger is not supported
- fix typo

Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
  • Loading branch information
AtomicFS authored and AtomicFS committed Sep 11, 2024
1 parent 64039cf commit 6074ee4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/bot--reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
name: 'reminder'

on:
schedule:
- cron: '0 0 * * *'
issue_comment:
types: [created, edited]

Expand All @@ -13,7 +11,7 @@ permissions:
pull-requests: write

jobs:
stale:
reminder:
runs-on: ubuntu-latest
steps:
- name: Check for reminders
Expand Down

0 comments on commit 6074ee4

Please sign in to comment.