Tweaking PR list action.

This commit is contained in:
2024-12-24 15:10:18 -05:00
parent f080b7f533
commit b777b81014
+1 -2
View File
@@ -18,10 +18,9 @@ jobs:
uses: magebitcom/list-pr-action@v1.0.0
id: list-prs
with:
base: 'main'
base: main
github-token: ${{ secrets.BOT_GITEA_TOKEN }}
state: open
hours_old: 0
- name: Create PR
if: steps.list-prs.outputs.pr-count == 0