We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f597a commit 1194c48Copy full SHA for 1194c48
.github/workflows/auto-merge.yml
@@ -24,7 +24,6 @@ jobs:
24
uses: actions/checkout@v4
25
26
- name: Run auto-merge action
27
- # TODO: Change to @v1 once there is a new release.
28
- uses: stackrox/actions/automerge@8fcfacbfc4629361cca5573aba147be2155ba7e9
+ uses: stackrox/actions/automerge@v1
29
with:
30
github-token: ${{ secrets.RHACS_BOT_GITHUB_TOKEN }}
0 commit comments