Skip to content

Commit

Permalink
fix(ci): Run automated PR approval on pull_request: instead of `pul…
Browse files Browse the repository at this point in the history
…l_request_target:`
  • Loading branch information
mrjones2014 committed Apr 19, 2024
1 parent 3fae904 commit 83fb120
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/approve-flake-lock-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Approve flake.lock PRs (still require 1 human approval)
permissions:
pull-requests: write
on:
pull_request_target:
paths:
- 'flake.lock' # only run if flake.lock has changed
pull_request:
paths: # only run if flake.lock has changed
- flake.lock
jobs:
approve-flake-lock-prs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 83fb120

Please sign in to comment.