Removing filter params for now.
This commit is contained in:
@@ -20,7 +20,6 @@ jobs:
|
|||||||
uses: prasiman/gocurl@v1
|
uses: prasiman/gocurl@v1
|
||||||
with:
|
with:
|
||||||
url: ${{ vars.RINOA_GITEA_URL }}/api/v1/repos/${{ github.repository }}/pulls
|
url: ${{ vars.RINOA_GITEA_URL }}/api/v1/repos/${{ github.repository }}/pulls
|
||||||
params: '{ "state": "all" }'
|
|
||||||
method: "GET"
|
method: "GET"
|
||||||
headers: '{ "Authorization": "token ${{ secrets.GITEA_API_TOKEN }}" }'
|
headers: '{ "Authorization": "token ${{ secrets.GITEA_API_TOKEN }}" }'
|
||||||
log-response: true
|
log-response: true
|
||||||
@@ -28,7 +27,7 @@ jobs:
|
|||||||
id: parse-response
|
id: parse-response
|
||||||
uses: yakubique/json-utils@v1.8
|
uses: yakubique/json-utils@v1.8
|
||||||
with:
|
with:
|
||||||
input: "${{ steps.list-prs.outputs.response }}"
|
input: "${{ steps.list-prs.outputs.response.data }}"
|
||||||
action: "none"
|
action: "none"
|
||||||
# - name: Create Pull Request
|
# - name: Create Pull Request
|
||||||
# if:
|
# if:
|
||||||
|
|||||||
Reference in New Issue
Block a user