diff --git a/.github/workflows/priority.yml b/.github/workflows/priority.yml index f1b03a25b..5cc76f536 100644 --- a/.github/workflows/priority.yml +++ b/.github/workflows/priority.yml @@ -34,6 +34,7 @@ jobs: echo "ITEM_ID=$(gh project item-add 27 --owner tauri-apps --url https://github.com/tauri-apps/tauri-docs/issues/${{ github.event.pull_request.number || github.event.issue.number }} --format json --jq '.id')" >> $GITHUB_ENV - name: Set fields + if: ${{ github.event.issue.status == 'open' || github.event.pull_request.status == 'open' }} env: GH_TOKEN: ${{ secrets.TEST_TOKEN }} run: |