Skip to content

Bump @typescript-eslint/parser from 6.16.0 to 6.17.0 #25

Bump @typescript-eslint/parser from 6.16.0 to 6.17.0

Bump @typescript-eslint/parser from 6.16.0 to 6.17.0 #25

Workflow file for this run

name: auto-merge
on:
pull_request:
workflow_dispatch:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
check-secret:
runs-on: ubuntu-latest
steps:
- name: Check if AUTOMERGE_TOKEN secret is non-empty
run: |
if [ -z "${{ secrets.AUTOMERGE_TOKEN }}" ]; then
echo "Secret is empty"
else
echo "Secret is non-empty"
fi