Skip to content

Commit

Permalink
Another fix for survey-on-merged-pr.yml (open-telemetry#5919)
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Jan 13, 2025
1 parent 292967a commit 1549f41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/survey-on-merged-pr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Survey on Merged PR by Non-Member

on:
pull_request:
pull_request_target:
types: [closed]

env:
Expand All @@ -17,6 +17,7 @@ jobs:
pull-requests: write
if: github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v4
- name: Check if user is a member of the org
id: check-membership
run: |
Expand Down

0 comments on commit 1549f41

Please sign in to comment.