Skip to content

Commit ed83383

Browse files
committed
fixup! tools: apply feedback to and simplify contributor guidance workflow
1 parent ad46668 commit ed83383

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/contributor-guidance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
runs-on: ubuntu-slim
2727
outputs:
2828
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.
2931
should_scan: ${{ steps.resolve.outputs.should_scan }}
3032
steps:
3133
- name: Check author association

0 commit comments

Comments
 (0)