diff options
| author | seth <[email protected]> | 2024-01-27 15:29:06 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-27 15:29:06 -0500 |
| commit | 0303ff1eac0329a881ed3f4312f3c7d6230230e0 (patch) | |
| tree | c57215bb4635cd304f89d98d9568ed52f705e0f2 /.github/workflows | |
| parent | 748a63f533f4064912485309b57d3ad8b4e7448a (diff) | |
actions: don't try to automerge flake.lock PR
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/update-flake.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 2de1686..c1ccc1f 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -24,10 +24,3 @@ jobs: id: update with: token: ${{ github.token }} - - - name: Merge PR - shell: bash - run: gh pr merge --admin --rebase "$PR_ID" - env: - GH_TOKEN: ${{ github.token }} - PR_ID: ${{ steps.update.outputs.pull-request-number }} |
