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