Skip to content

Commit

Permalink
Update and rename stableBrandNewReminder.yml to handleReminder.yml (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Dec 25, 2023
1 parent 9d8df30 commit 4962bbf
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.

name: Stable Brand-New Reminder
name: Handle Reminder

on:
workflow_dispatch:
Expand All @@ -12,8 +12,8 @@ on:
- cron: '0 1 * * *'

jobs:
stableBrandNewReminder:
name: stable brand new reminder
handleReminder:
name: handlereminder
if: |
github.repository == 'ioBroker/ioBroker.repositories'
Expand All @@ -25,6 +25,6 @@ jobs:
with:
node-version: 18
- run: npm i
- run: npm run stableBrandNewReminder
- run: npm run handleReminder
env:
OWN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4962bbf

Please sign in to comment.