Skip to content

Commit

Permalink
Update dependabot branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eversC committed Mar 28, 2024
1 parent 9d09328 commit b248b2d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/update_dependabot_branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI
on:
pull_request:
branches: [master]
workflow_dispatch:

jobs:
ci_block:
runs-on: ubuntu-latest
steps:
- name: make empty commit to dependabot branch
id: empty_dependabot
env:
GITHUB_TOKEN: ${{ github.token }}
run: gh pr list -S 'author:app/dependabot' --json number -q '.[0].number'

0 comments on commit b248b2d

Please sign in to comment.