Former-commit-id: 7bdf965146f3513ec0b7d1e19a617e0882b74035 Former-commit-id: 738adcedc8c8047c3605ee8c41c3260513abda2d Former-commit-id: f235402edc6246376fbd84a29dd594adbabb98e5 Former-commit-id: e3333f0d012185dca7fd987bf1a7d334b5a00744 [formerly ae2acba7a99fbc6e8b4a41f8fdd2f7182a94b5ca] Former-commit-id: 04f709311d24fc81f599640f6fc9e18b7d0b25ef Former-commit-id: 7ce4c798053e16290268620a8d718c6eff51178b Former-commit-id: 4265c0eaa2d572d7fdc9c5a9dbb9a1714f5c9bc1 Former-commit-id: b88eb50ac4f4ca35d3047a84f24db33415ae599f Former-commit-id: 6637eb0695a656dea343bb7ec0ec98eabec47cd2
17 lines
318 B
YAML
17 lines
318 B
YAML
name: feedback
|
|
|
|
on: [fork, watch, issues]
|
|
|
|
jobs:
|
|
feedback:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: feedback
|
|
id: feedback
|
|
uses: d2-projects/repo-email-feedback@v1.1
|
|
with:
|
|
repo: ${{ github.repository }}
|
|
actor: ${{ github.actor }}
|
|
token: ${{ secrets.GITHUB_TOKEN }} |