File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Feedback Wanted
2+
3+ on :
4+ pull_request :
5+ types : [closed]
6+
7+ jobs :
8+ feedback :
9+ if : github.event.pull_request.merged == true
10+ runs-on : ubuntu-latest
11+ permissions :
12+ pull-requests : write
13+ issues : write
14+ contents : read
15+
16+ steps :
17+ - name : Comment feedback request
18+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
19+ with :
20+ token : ${{ secrets.GITHUB_TOKEN }}
21+ issue-number : ${{ github.event.pull_request.number }}
22+ body : |
23+ 🎉 Thank you for your contribution! Your PR has been successfully merged.
24+
25+ We’d love to hear your thoughts to help improve KubeStellar.
26+ Please take a moment to fill out our short feedback survey:
27+
28+ https://kubestellar.io/survey
File renamed without changes.
You can’t perform that action at this time.
0 commit comments