diff --git a/.github/workflows/stableBrandNewReminder.yml b/.github/workflows/handleReminder.yml similarity index 81% rename from .github/workflows/stableBrandNewReminder.yml rename to .github/workflows/handleReminder.yml index 2f0b6bf92..3eade020e 100644 --- a/.github/workflows/stableBrandNewReminder.yml +++ b/.github/workflows/handleReminder.yml @@ -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: @@ -12,8 +12,8 @@ on: - cron: '0 1 * * *' jobs: - stableBrandNewReminder: - name: stable brand new reminder + handleReminder: + name: handlereminder if: | github.repository == 'ioBroker/ioBroker.repositories' @@ -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 }}