Testing PR listing action (no params/filters).

This commit is contained in:
2024-12-06 13:29:05 -05:00
parent 1ebed517d5
commit 7baea352e7
@@ -18,10 +18,6 @@ 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