add feedback
Former-commit-id: 19d6ddcb5c316d39ab8614263140e30ddf3518c4 Former-commit-id: 9dbf6d314110e23d47ce049110cbd91391d5e625 Former-commit-id: b34417a1f0c74004be873ba37f3764ea503ba612 Former-commit-id: 19f17528e7b0c15ffc1057253861929d23e624ea [formerly 7cc51e6966918fcb4a4eb3d8e6a67304f580cb13] Former-commit-id: a95064c619d8ace13332a9f44d21ec1682aa8e5d Former-commit-id: 543228a38c317de4f4e7b30178da059fdf810c55 Former-commit-id: bde8cf20cf5abc7dfb0007a89b7691daacc57ef3 Former-commit-id: f08aee9cea196ce86b564245d70461f544ff7f94 Former-commit-id: 8a89cfa82ac7a9e3c5645f9f58c0c08d955bdd8c
This commit is contained in:
17
.github/workflows/feedback.yml
vendored
Normal file
17
.github/workflows/feedback.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: feedback
|
||||
|
||||
on: [fork, watch, issues]
|
||||
|
||||
jobs:
|
||||
feedback:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: feedback
|
||||
id: feedback
|
||||
uses: d2-projects/repo-email-feedback@v1.3
|
||||
with:
|
||||
repo: ${{ github.repository }}
|
||||
actor: ${{ github.actor }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user