Skip to content

Commit

Permalink
Update dependabot_update_rbis_run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 authored Sep 12, 2023
1 parent 33061c1 commit f85381b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dependabot_update_rbis_run.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Update gem RBIs on Dependabot PRs
on: [pull_request]

on:
pull_request:
types: [opened, synchronize]
paths:
- 'Gemfile.lock'

permissions:
contents: write
Expand Down

0 comments on commit f85381b

Please sign in to comment.