There was an error while loading. Please reload this page.
1 parent ad46668 commit ed83383Copy full SHA for ed83383
1 file changed
.github/workflows/contributor-guidance.yml
@@ -26,6 +26,8 @@ jobs:
26
runs-on: ubuntu-slim
27
outputs:
28
is_first_time: ${{ steps.resolve.outputs.is_first_time }}
29
+ # The event association may not expose private organization membership,
30
+ # so gate the guidance job on the privileged API result.
31
should_scan: ${{ steps.resolve.outputs.should_scan }}
32
steps:
33
- name: Check author association
0 commit comments