Skip to content

Commit

Permalink
CI: Add version to automerge action
Browse files Browse the repository at this point in the history
This should fix it
  • Loading branch information
ccordoba12 committed Sep 28, 2024
1 parent 4af13c2 commit 7caeb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- id: automerge
name: Automerge
uses: "pascalgn/automerge-action"
uses: "pascalgn/automerge-action@v0.16"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "automerge"
Expand Down

0 comments on commit 7caeb21

Please sign in to comment.