Tweaking PR list action.
This commit is contained in:
@@ -18,10 +18,9 @@ jobs:
|
|||||||
uses: magebitcom/list-pr-action@v1.0.0
|
uses: magebitcom/list-pr-action@v1.0.0
|
||||||
id: list-prs
|
id: list-prs
|
||||||
with:
|
with:
|
||||||
base: 'main'
|
base: main
|
||||||
github-token: ${{ secrets.BOT_GITEA_TOKEN }}
|
github-token: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||||
state: open
|
state: open
|
||||||
hours_old: 0
|
|
||||||
|
|
||||||
- name: Create PR
|
- name: Create PR
|
||||||
if: steps.list-prs.outputs.pr-count == 0
|
if: steps.list-prs.outputs.pr-count == 0
|
||||||
|
|||||||
Reference in New Issue
Block a user