Testing list PR action still.
This commit is contained in:
@@ -15,9 +15,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Check if Pull Request Exists
|
- name: List PRs
|
||||||
id: check-pr
|
id: list-prs
|
||||||
uses: vicamo/gitea-list-pull-requests@v1
|
uses: vicamo/gitea-list-pull-requests@v1.0.1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_GITEA_TOKEN }}
|
token: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||||
server_url: https://git.trez.wtf
|
server_url: https://git.trez.wtf
|
||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
id: parse-response
|
id: parse-response
|
||||||
uses: yakubique/json-utils@v1.8
|
uses: yakubique/json-utils@v1.8
|
||||||
with:
|
with:
|
||||||
input: "${{ steps.check-pr.outputs.json }}"
|
input: "${{ steps.list-prs.outputs.json }}"
|
||||||
action: "none"
|
action: "none"
|
||||||
# - name: Create Pull Request
|
# - name: Create Pull Request
|
||||||
# if:
|
# if:
|
||||||
|
|||||||
Reference in New Issue
Block a user