Testing PR listing action (params/filters again).
This commit is contained in:
@@ -18,6 +18,11 @@ jobs:
|
||||
- name: Gitea List Pull Requests
|
||||
id: gitea-check-pr
|
||||
uses: vicamo/gitea-list-pull-requests@v1.0.0
|
||||
with:
|
||||
token: "${{ secrets.BOT_GITEA_TOKEN }}"
|
||||
server_url: "${{ secrets.RINOA_GITEA_SERVER }}"
|
||||
state: 'all'
|
||||
|
||||
# - name: Set PR_EXISTS environment variable
|
||||
# run: echo "PR_EXISTS=${{ steps.gitea-check-pr.outputs.exists }}" >> $GITHUB_ENV
|
||||
# - name: Create Pull Request
|
||||
|
||||
Reference in New Issue
Block a user