add feedback

This commit is contained in:
FairyEver 2019-12-04 22:29:46 +08:00
parent d3bb0aebf9
commit 19d6ddcb5c
1 changed files with 17 additions and 0 deletions

17
.github/workflows/feedback.yml vendored Normal file
View 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 }}