We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fae904 + 83fb120 commit bd3f3edCopy full SHA for bd3f3ed
.github/workflows/approve-flake-lock-prs.yml
@@ -5,9 +5,9 @@ name: Approve flake.lock PRs (still require 1 human approval)
5
permissions:
6
pull-requests: write
7
on:
8
- pull_request_target:
9
- paths:
10
- - 'flake.lock' # only run if flake.lock has changed
+ pull_request:
+ paths: # only run if flake.lock has changed
+ - flake.lock
11
jobs:
12
approve-flake-lock-prs:
13
runs-on: ubuntu-latest
0 commit comments