diff --git a/.github/workflows/DocTagChecker.yml b/.github/workflows/DocTagChecker.yml index 03018df..2513d6d 100644 --- a/.github/workflows/DocTagChecker.yml +++ b/.github/workflows/DocTagChecker.yml @@ -10,7 +10,7 @@ jobs: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} permissions: # needed to grant workflows opened by dependabot rights to create comments. - issues: read|write + issues: write pull-requests: read steps: - name: Checkout