Skip to content

Merge pull request #2868 from OWASP-BLT/dependabot/pip/openai-1.54.1 #8

Merge pull request #2868 from OWASP-BLT/dependabot/pip/openai-1.54.1

Merge pull request #2868 from OWASP-BLT/dependabot/pip/openai-1.54.1 #8

Workflow file for this run

name: autoupdate
on:
# This will trigger on all pushes to all branches.
push: {}
# Alternatively, you can only trigger if commits are pushed to certain branches, e.g.:
# push:
# branches:
# - master
# - unstable
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-20.04
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
MERGE_CONFLICT_ACTION: "ignore"