Skip to content

build(deps): bump github.com/expr-lang/expr from 1.16.3 to 1.16.7 #37

build(deps): bump github.com/expr-lang/expr from 1.16.3 to 1.16.7

build(deps): bump github.com/expr-lang/expr from 1.16.3 to 1.16.7 #37

Workflow file for this run

name: Auto Merge PR
on:
pull_request:
types: [labeled, unlabeled, opened, reopened]
pull_request_review:
types: [submitted]
workflow_call:
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: teler-sh/actions/auto-merge@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}