Commit 636adbb4f33 for woocommerce
commit 636adbb4f33354a428187028c57bb8aad8bfb712
Author: Christopher Allford <6451942+ObliviousHarmony@users.noreply.github.com>
Date: Wed Mar 4 20:50:31 2026 -0800
Fixed Docs Needed Workflow Permissions (#63546)
diff --git a/.github/workflows/docs-needed-detection.yml b/.github/workflows/docs-needed-detection.yml
index cc310fee5e4..ea673d90522 100644
--- a/.github/workflows/docs-needed-detection.yml
+++ b/.github/workflows/docs-needed-detection.yml
@@ -1,4 +1,4 @@
-name: 'Docs update detection'
+name: 'User-Facing Documentation Check'
on:
pull_request_target:
@@ -10,13 +10,14 @@ concurrency:
jobs:
detect-docs-needed:
- name: 'Evaluate Documentation Update Requirement'
+ name: 'Evaluate User-Facing Changes'
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
pull-requests: write
+ id-token: write
steps:
- name: 'Analyze Pull Request'