Skip to content

Update dependency winston to v3.17.0 #409

Update dependency winston to v3.17.0

Update dependency winston to v3.17.0 #409

Workflow file for this run

name: PR Automation
on:
pull_request:
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
name: Dependabot
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}