B 22087 int - Number of shipments in the search queue not decreasing when shipments are deleted #45794
Workflow file for this run
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: auto approve | |
on: | |
pull_request_target: | |
paths-ignore: | |
- '.github/workflows/go-auto-approve.yml' | |
- 'go.mod' | |
- 'go.sum' | |
jobs: | |
approve: | |
name: auto-approve dependabot PRs | |
if: github.actor == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies') | |
runs-on: ubuntu-latest | |
steps: | |
- name: approve | |
uses: hmarr/auto-approve-action@v4.0.0 | |
with: | |
github-token: "${{ secrets.GITHUB_TOKEN }}" |