Testing PR listing action (params/filters again).

This commit is contained in:
2024-12-06 13:32:25 -05:00
parent 7baea352e7
commit e8557f54b9
@@ -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