Skip to content

Commit

Permalink
Update handleReminder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Feb 21, 2024
1 parent 9fb3ad8 commit 2fc8ef9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/handleReminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Handle Reminder

on:
pull_request_target:
types: [labeled, unlabeled]
types: [labeled]

issue_comment:

Expand All @@ -15,7 +15,12 @@ on:
# * is a special character in YAML, so you have to quote this string
# every day
- cron: '0 1 * * *'


# avoid concurrengt runs
concurrency:
group: check-reminder
cancel-in-progress: true

jobs:
handleReminder:
name: handlereminder
Expand Down

0 comments on commit 2fc8ef9

Please sign in to comment.