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.
1 parent d519137 commit e98eb98Copy full SHA for e98eb98
.github/workflows/approve-flake-lock-prs.yml
@@ -13,6 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
if: github.actor == 'github-actions[bot]' && github.event.pull_request.labels.*.name == 'flake.lock automation'
15
steps:
16
+ - uses: actions/checkout@v4
17
- name: Approve flake.lock PRs (still requires 1 human approval)
18
run: |
19
# only run if only exactly 1 file is changed;
0 commit comments