Skip to content

Bump @iobroker/types from 6.0.12-alpha.0-20240913-9a3639aed to 7.0.0-alpha.0-20240926-91f9b082f #56

Bump @iobroker/types from 6.0.12-alpha.0-20240913-9a3639aed to 7.0.0-alpha.0-20240926-91f9b082f

Bump @iobroker/types from 6.0.12-alpha.0-20240913-9a3639aed to 7.0.0-alpha.0-20240926-91f9b082f #56

Workflow file for this run

name: Auto approve
on:
pull_request:
types: [labeled]
jobs:
auto-approve:
if: |
github.actor == 'foxriver76' &&
github.event.label.name == 'automated pr 🔧'
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}