Bump http-proxy-middleware from 2.0.6 to 2.0.7 #583
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Format dependabot PR title to Toptal's commit format | |
on: | |
pull_request: | |
types: [opened] | |
branches: [master] | |
jobs: | |
format_title: | |
name: Format title | |
permissions: write-all | |
if: startsWith(github.head_ref, 'dependabot-') | |
runs-on: ubuntu-latest | |
steps: | |
- uses: toptal/davinci-github-actions/[email protected] | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |